|
|
@@ -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}
|
|
|
@@ -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}
|