|
|
|
@ -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
|
|
|
|
|