|
|
@@ -125,10 +125,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
and DATE(qec.create_time) <= DATE(#{maps.qecETime})
|
|
|
</if>
|
|
|
<if test= 'maps.sTime != null '>
|
|
|
- and l.create_time >= #{maps.sTime}
|
|
|
+ and DATE(l.create_time) >= #{maps.sTime}
|
|
|
</if>
|
|
|
<if test='maps.eTime != null '>
|
|
|
- and l.create_time <= #{maps.eTime}
|
|
|
+ and DATE(l.create_time) <= #{maps.eTime}
|
|
|
</if>
|
|
|
<if test= 'maps.scheduleStartTime != null '>
|
|
|
and DATE(l.camp_period_time) >= DATE(#{maps.scheduleStartTime})
|