fix: 修复

dev_unify
chenhc 5 months ago
parent 90e09f8bff
commit ce6d2d2b58

@ -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>
<if test="batchNo != null and batchNo != ''">
AND a.batchNo = #{batchNo}
</if>

Loading…
Cancel
Save