质量问题修改6

master
zhaoxiaolin 1 year ago
parent f1111ae286
commit 46bf2b57af

@ -100,7 +100,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from wms_raw_order_in wroi
left join base_supplier bs on bs.supplier_code = wroi.supply_code
where wroi.active_flag = '1' and wroi.quality_status = '0'
<if test="orderNo != null">and wroi.order_no like concat like ('%',#{orderNo})</if>
<if test="orderNo != null">and wroi.order_no like concat ('%',#{orderNo},'%')</if>
</select>
<select id="getWorkOrder" resultType="com.op.quality.domain.QcCheckTaskIncome">
select

Loading…
Cancel
Save