|
|
@@ -118,9 +118,9 @@
|
|
|
<if test="start_date!=null and end_date != null">
|
|
|
AND ct.start_time >= #{start_date} AND ct.end_time < #{end_date}
|
|
|
</if>
|
|
|
- <if test="dept_id!=null">
|
|
|
- AND ct.checked_dept =#{dept_id}
|
|
|
- </if>
|
|
|
+ <!--<if test="dept_id!=null">-->
|
|
|
+ <!--AND ct.checked_dept =#{dept_id}-->
|
|
|
+ <!--</if>-->
|
|
|
)
|
|
|
u GROUP BY checked_person
|
|
|
) m ON t.user_id = m.user_id
|