1.预验收库存查询,规格型号字段修改为模糊查询

fencang
x_z 3 years ago
parent 87f73cb14d
commit 2996fbaee7

@ -150,7 +150,7 @@
</if>
<if test="ggxh != '' and ggxh != null">
AND basic_products.ggxh = #{ggxh}
AND basic_products.ggxh like concat('%',#{ggxh},'%')
</if>
<if test="batchNo != '' and batchNo != null">
AND inv_prein_product.batchNo = #{batchNo}

Loading…
Cancel
Save