|
|
@@ -134,10 +134,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
and l.camp_period_time <= #{maps.scheduleEndTime}
|
|
|
</if>
|
|
|
<if test= 'maps.upSTime != null '>
|
|
|
- and l.update_time >= #{maps.upSTime}
|
|
|
+ and l.update_time >= str_to_date(CONCAT(#{maps.upSTime},' 00:00:00' ),'%Y-%m-%d %H:%i:%s')
|
|
|
</if>
|
|
|
<if test='maps.upETime != null '>
|
|
|
- and l.update_time <= #{maps.upETime}
|
|
|
+ and l.update_time <= str_to_date(CONCAT(#{maps.upETime},' 23:59:59'),'%Y-%m-%d %H:%i:%s')
|
|
|
</if>
|
|
|
<if test="maps.sopIds != null and maps.sopIds.size() > 0">
|
|
|
and l.sop_id in
|