|
@ -57,6 +57,7 @@ |
|
|
<if test="endTime != null and endTime != '' "> |
|
|
<if test="endTime != null and endTime != '' "> |
|
|
AND DATE_FORMAT( wl.CREATED_TIME, '%Y-%m-%d' ) <= #{endTime} |
|
|
AND DATE_FORMAT( wl.CREATED_TIME, '%Y-%m-%d' ) <= #{endTime} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
ORDER BY wl.CREATED_TIME DESC |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="list4Export" resultType="com.epmet.dto.IcWorkLogDTO"> |
|
|
<select id="list4Export" resultType="com.epmet.dto.IcWorkLogDTO"> |
|
@ -106,5 +107,6 @@ |
|
|
</if> |
|
|
</if> |
|
|
GROUP BY |
|
|
GROUP BY |
|
|
wl.id |
|
|
wl.id |
|
|
|
|
|
ORDER BY wl.CREATED_TIME DESC |
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |