|
|
@@ -250,10 +250,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
mock_apply
|
|
|
WHERE 1=1
|
|
|
<if test="startTime != null and startTime !=''">
|
|
|
- apply_start_time > #{startTime}
|
|
|
+ and apply_start_time > #{startTime}
|
|
|
</if>
|
|
|
<if test="endTime != null and endTime !=''">
|
|
|
- apply_end_time < #{endTime}
|
|
|
+ and apply_end_time < #{endTime}
|
|
|
</if>
|
|
|
</select>
|
|
|
|