|
|
@@ -46,7 +46,7 @@
|
|
|
LEFT JOIN check_task ct ON ct.id = t.task_id
|
|
|
WHERE 1=1
|
|
|
<if test="start_date!=null and end_date != null">
|
|
|
- AND ct.start_time >= #{start_date} AND t.end_time <= #{end_date}
|
|
|
+ AND ct.start_time >= #{start_date} AND ct.end_time <= #{end_date}
|
|
|
</if>
|
|
|
GROUP BY t.checked_dept,t.checked_person
|
|
|
</select>
|