|
@@ -381,7 +381,7 @@
|
|
|
<if test="temperature!=null and temperature!=''">
|
|
<if test="temperature!=null and temperature!=''">
|
|
|
and t.temperature=#{temperature}
|
|
and t.temperature=#{temperature}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="checkDate!=null and checkDate!=''">
|
|
|
|
|
|
|
+ <if test="checkDate!=null">
|
|
|
and t.check_date=#{checkDate}
|
|
and t.check_date=#{checkDate}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="picUrl!=null and picUrl!=''">
|
|
<if test="picUrl!=null and picUrl!=''">
|
|
@@ -456,13 +456,13 @@
|
|
|
<if test="createBy!=null and createBy!=''">
|
|
<if test="createBy!=null and createBy!=''">
|
|
|
and t.create_by=#{createBy}
|
|
and t.create_by=#{createBy}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="createTime!=null and createTime!=''">
|
|
|
|
|
|
|
+ <if test="createTime!=null">
|
|
|
and t.create_time=#{createTime}
|
|
and t.create_time=#{createTime}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="updateBy!=null and updateBy!=''">
|
|
<if test="updateBy!=null and updateBy!=''">
|
|
|
and t.update_by=#{updateBy}
|
|
and t.update_by=#{updateBy}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="updateTime!=null and updateTime!=''">
|
|
|
|
|
|
|
+ <if test="updateTime!=null">
|
|
|
and t.update_time=#{updateTime}
|
|
and t.update_time=#{updateTime}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="submitState!=null and submitState!=''">
|
|
<if test="submitState!=null and submitState!=''">
|