|
|
@@ -242,7 +242,7 @@
|
|
|
<if test="stationId!=null and stationId!=''">
|
|
|
and v.station_id=#{stationId}
|
|
|
</if>
|
|
|
- <if test="operationDate!=null and operationDate!=''">
|
|
|
+ <if test="operationDate!=null">
|
|
|
and t.operation_date=#{operationDate}
|
|
|
</if>
|
|
|
<if test="xsjcfs!=null and xsjcfs!=''">
|
|
|
@@ -287,13 +287,13 @@
|
|
|
<if test="createBy!=null and createBy!=''">
|
|
|
and t.create_by=#{createBy}
|
|
|
</if>
|
|
|
- <if test="createTime!=null and createTime!=''">
|
|
|
+ <if test="createTime!=null">
|
|
|
and t.create_time=#{createTime}
|
|
|
</if>
|
|
|
<if test="updateBy!=null and updateBy!=''">
|
|
|
and t.update_by=#{updateBy}
|
|
|
</if>
|
|
|
- <if test="updateTime!=null and updateTime!=''">
|
|
|
+ <if test="updateTime!=null">
|
|
|
and t.update_time=#{updateTime}
|
|
|
</if>
|
|
|
<if test="userId!=null and userId!=''">
|