浏览代码

频道统计

xdd 1 周之前
父节点
当前提交
4bcde022cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs-service-system/src/main/resources/mapper/statis/FsStatisPeriodWatchMapper.xml

+ 1 - 1
fs-service-system/src/main/resources/mapper/statis/FsStatisPeriodWatchMapper.xml

@@ -60,7 +60,7 @@
         select id from sop_user_logs
         <where>
             <if test="status != null">
-               AND status = 0
+               AND status = 1
             </if>
             <if test="previousDay != null">
                 AND start_time = #{previousDay}