|
|
@@ -288,7 +288,7 @@
|
|
|
<if test="pillarEnd!=null and pillarEnd!=''">
|
|
|
and t.pillar_end=#{pillarEnd}
|
|
|
</if>
|
|
|
- <if test="operationDate!=null and operationDate!=''">
|
|
|
+ <if test="operationDate!=null">
|
|
|
and t.operation_date=#{operationDate}
|
|
|
</if>
|
|
|
<if test="lmdjcspjlZhz1!=null and lmdjcspjlZhz1!=''">
|
|
|
@@ -331,7 +331,7 @@
|
|
|
and t.xmzjcxcztyyggjcctg=#{xmzjcxcztyyggjcctg}
|
|
|
</if>
|
|
|
<if test="operator!=null and operator!=''">
|
|
|
- and t.operator=#{operator}
|
|
|
+ and t.operator like concat('%', #{operator}, '%')
|
|
|
</if>
|
|
|
<if test="remark!=null and remark!=''">
|
|
|
and t.remark=#{remark}
|
|
|
@@ -345,14 +345,14 @@
|
|
|
<if test="createBy!=null and createBy!=''">
|
|
|
and t.create_by=#{createBy}
|
|
|
</if>
|
|
|
- <if test="createTime!=null and createTime!=''">
|
|
|
- and t.create_time=#{createTime}
|
|
|
+ <if test="createTime!=null">
|
|
|
+ and DATE_FORMAT(t.create_time, '%Y-%m-%d') = #{createTime}
|
|
|
</if>
|
|
|
<if test="updateBy!=null and updateBy!=''">
|
|
|
and t.update_by=#{updateBy}
|
|
|
</if>
|
|
|
- <if test="updateTime!=null and updateTime!=''">
|
|
|
- and t.update_time=#{updateTime}
|
|
|
+ <if test="updateTime!=null">
|
|
|
+ and DATE_FORMAT(t.update_time, '%Y-%m-%d') = #{updateTime}
|
|
|
</if>
|
|
|
</where>
|
|
|
<if test="orderBy!=null and orderBy!=''">
|
|
|
@@ -390,7 +390,7 @@
|
|
|
and t.pillar_start=#{pillarCode}
|
|
|
</if>
|
|
|
<if test="operator!=null and operator!=''">
|
|
|
- and t.operator=#{operator}
|
|
|
+ and t.operator like concat('%', #{operator}, '%')
|
|
|
</if>
|
|
|
<if test="createBy!=null and createBy!=''">
|
|
|
and t.create_by=#{createBy}
|
|
|
@@ -416,7 +416,7 @@
|
|
|
and t.pillar_start=#{pillarCode}
|
|
|
</if>
|
|
|
<if test="operator!=null and operator!=''">
|
|
|
- and t.operator=#{operator}
|
|
|
+ and t.operator like concat('%', #{operator}, '%')
|
|
|
</if>
|
|
|
<if test="createBy!=null and createBy!=''">
|
|
|
and t.create_by=#{createBy}
|