Browse Source

频道统计

xdd 1 week ago
parent
commit
4bcde022cf

+ 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}