|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
AND irm.ignoreStatus = #{ignoreStatus}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="ggxh != null and ggxh != ''">
|
|
|
|
|
AND bp.ggxh = #{ggxh}
|
|
|
|
|
AND bp.ggxh like concat('%', #{ggxh}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="type != null and type != ''">
|
|
|
|
|
AND type = #{type}
|
|
|
|
@ -58,6 +58,9 @@
|
|
|
|
|
<if test="supId != null">
|
|
|
|
|
AND irm.supId = #{supId}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="productName != null and productName != ''">
|
|
|
|
|
AND bp.cpmctymc like concat('%', #{productName}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
order by irm.updateTime desc
|
|
|
|
|
</select>
|
|
|
|
|