|
|
@@ -235,6 +235,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="startTime != null and startTime != ''">
|
|
|
AND o.create_time <![CDATA[ >= ]]> #{startTime}
|
|
|
</if>
|
|
|
+ <if test="startTime == null OR startTime == ''">
|
|
|
+ AND o.create_time <![CDATA[ > ]]> #{filtrationTime}
|
|
|
+ </if>
|
|
|
<if test="endTime != null and endTime != ''">
|
|
|
AND o.create_time <![CDATA[ <= ]]> #{endTime}
|
|
|
</if>
|