|
@@ -113,10 +113,10 @@
|
|
|
<if test="context !=null and context != ''">
|
|
<if test="context !=null and context != ''">
|
|
|
and t.context= #{context}
|
|
and t.context= #{context}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="startTime !=null">
|
|
|
|
|
|
|
+ <if test="startTime !=null and startTime != ''">
|
|
|
and t.start_time <= #{startTime}
|
|
and t.start_time <= #{startTime}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="endTime !=null">
|
|
|
|
|
|
|
+ <if test="endTime !=null and endTime != ''">
|
|
|
and t.end_time >= #{endTime}
|
|
and t.end_time >= #{endTime}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="statusCd !=null and statusCd != ''">
|
|
<if test="statusCd !=null and statusCd != ''">
|