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