|
|
@@ -40,10 +40,10 @@
|
|
|
<if test="areaNum !=null and areaNum != ''">
|
|
|
and t.area_num= #{areaNum}
|
|
|
</if>
|
|
|
- <if test="startTime !=null and startTime != ''">
|
|
|
+ <if test="startTime !=null ">
|
|
|
and t.start_time= #{startTime}
|
|
|
</if>
|
|
|
- <if test="endTime !=null and endTime != ''">
|
|
|
+ <if test="endTime !=null ">
|
|
|
and t.end_time= #{endTime}
|
|
|
</if>
|
|
|
<if test="bId !=null and bId != ''">
|
|
|
@@ -82,10 +82,10 @@
|
|
|
<if test="areaNum !=null and areaNum != ''">
|
|
|
and t.area_num= #{areaNum}
|
|
|
</if>
|
|
|
- <if test="startTime !=null and startTime != ''">
|
|
|
+ <if test="startTime !=null ">
|
|
|
and t.start_time= #{startTime}
|
|
|
</if>
|
|
|
- <if test="endTime !=null and endTime != ''">
|
|
|
+ <if test="endTime !=null ">
|
|
|
and t.end_time= #{endTime}
|
|
|
</if>
|
|
|
<if test="bId !=null and bId != ''">
|
|
|
@@ -129,10 +129,10 @@
|
|
|
<if test="statusCd !=null and statusCd != ''">
|
|
|
and t.status_cd= #{statusCd}
|
|
|
</if>
|
|
|
- <if test="startTime !=null and startTime != ''">
|
|
|
+ <if test="startTime !=null ">
|
|
|
and t.start_time= #{startTime}
|
|
|
</if>
|
|
|
- <if test="endTime !=null and endTime != ''">
|
|
|
+ <if test="endTime !=null ">
|
|
|
and t.end_time= #{endTime}
|
|
|
</if>
|
|
|
<if test="bId !=null and bId != ''">
|
|
|
@@ -170,10 +170,10 @@
|
|
|
<if test="areaNum !=null and areaNum != ''">
|
|
|
, t.area_num= #{areaNum}
|
|
|
</if>
|
|
|
- <if test="startTime !=null and startTime != ''">
|
|
|
+ <if test="startTime !=null ">
|
|
|
, t.start_time= #{startTime}
|
|
|
</if>
|
|
|
- <if test="endTime !=null and endTime != ''">
|
|
|
+ <if test="endTime !=null ">
|
|
|
, t.end_time= #{endTime}
|
|
|
</if>
|
|
|
<if test="ruleId !=null and ruleId != ''">
|
|
|
@@ -215,10 +215,10 @@
|
|
|
<if test="statusCd !=null and statusCd != ''">
|
|
|
and t.status_cd= #{statusCd}
|
|
|
</if>
|
|
|
- <if test="startTime !=null and startTime != ''">
|
|
|
+ <if test="startTime !=null ">
|
|
|
and t.start_time= #{startTime}
|
|
|
</if>
|
|
|
- <if test="endTime !=null and endTime != ''">
|
|
|
+ <if test="endTime !=null ">
|
|
|
and t.end_time= #{endTime}
|
|
|
</if>
|
|
|
<if test="bId !=null and bId != ''">
|