|
|
|
@ -1125,7 +1125,7 @@
|
|
|
|
|
<select id="getPackType" resultType="com.op.plan.domain.BaseProduct">
|
|
|
|
|
select
|
|
|
|
|
pow.product_code productCode,pow.product_name productDescZh,
|
|
|
|
|
bp.box_type boxType,
|
|
|
|
|
case when bp.width is not null and bp.height is not null and bp.length is not null then '1' else '' end boxType,
|
|
|
|
|
bpa.pack_type packType
|
|
|
|
|
from pro_order_workorder pow
|
|
|
|
|
left join base_product bp on bp.product_code = pow.product_code and bp.del_flag = '0'
|
|
|
|
|