|
@@ -112,7 +112,7 @@
|
|
|
and t.staff_id= #{staffId}
|
|
and t.staff_id= #{staffId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="clockTime !=null and clockTime != ''">
|
|
<if test="clockTime !=null and clockTime != ''">
|
|
|
- and t.clock_time= #{clockTime}
|
|
|
|
|
|
|
+ and DATE_FORMAT(t.clock_time,'%Y-%m-%d')= #{clockTime}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|