产品主键跟踪

master
zhaoxiaolin 4 months ago
parent 7355106bd5
commit 9ae60f7b4e

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

Loading…
Cancel
Save