|
|
@@ -21,7 +21,7 @@
|
|
|
<select id="selectMList" parameterType="com.xintong.visualinspection.pojo.TaskAndScore" resultType="com.xintong.visualinspection.pojo.TaskAndScore">
|
|
|
|
|
|
SELECT * from check_task a LEFT JOIN check_score b on a.id=b.task_id where
|
|
|
- <!-- a.monitor_user_id != -1 and a.monitor_user_id != 0 and -->
|
|
|
+ a.monitor_user_id != -1 and a.monitor_user_id != 0 and
|
|
|
a.start_time >= #{start_time} and a.end_time <= #{end_time} and a.check_status !=22
|
|
|
|
|
|
|