fix:优化关联关系

dev_unify
chenhc 8 months ago
parent 1f04f07f84
commit ba00fbfb71

@ -45,6 +45,9 @@
<if test="productCode != '' and productCode != null">
AND rcb.productCode LIKE concat('%', #{productCode}, '%')
</if>
<if test=" batchIdFk != null">
AND rcb.id = #{batchIdFk}
</if>
<if test="batchNo != null and batchNo != ''">
AND rcb.batchNo = #{batchNo}
</if>

Loading…
Cancel
Save