|
|
@ -84,7 +84,7 @@
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="batchNo != null and batchNo != ''">
|
|
|
|
<if test="batchNo != null and batchNo != ''">
|
|
|
|
AND a2.batchNo like concat('%', #{batchNo}, '%')
|
|
|
|
AND a2.batchNo like concat('%', #{batchNo}, '%')
|
|
|
|
</if>ggxh
|
|
|
|
</if>
|
|
|
|
<if test="cpmctymc != null and cpmctymc != ''">
|
|
|
|
<if test="cpmctymc != null and cpmctymc != ''">
|
|
|
|
AND bp.cpmctymc like concat('%', #{cpmctymc}, '%')
|
|
|
|
AND bp.cpmctymc like concat('%', #{cpmctymc}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|