@ -94,4 +94,5 @@ public class RelCodeBatchRequest extends ListPageRequest {
private String parentCode;
private String erpId;
private String cpmctymc;
}
@ -32,6 +32,9 @@
<if test="productCode != '' and productCode != null">
AND a.productCode LIKE concat('%', #{productCode}, '%')
</if>
<if test="cpmctymc != '' and cpmctymc != null">
AND bp.cpmctymc LIKE concat('%', #{cpmctymc}, '%')
<if test="batchNo != null and batchNo != ''">
AND a.batchNo = #{batchNo}