|
|
@@ -129,7 +129,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
and l.create_time >= CONCAT(#{maps.sTime}," 00:00:00")
|
|
|
</if>
|
|
|
<if test='maps.eTime != null '>
|
|
|
- and l.create_time < CONCAT(#{maps.eTime}, ' 00:00:00') + INTERVAL 1 DAY
|
|
|
+ and l.create_time < CONCAT(#{maps.eTime}, ' 00:00:00')
|
|
|
</if>
|
|
|
<if test= 'maps.scheduleStartTime != null '>
|
|
|
and DATE(l.camp_period_time) >= DATE(#{maps.scheduleStartTime})
|