|
|
|
@ -768,6 +768,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
be.sap_name sapName,
|
|
|
|
|
be.equipment_code equipmentCode,
|
|
|
|
|
be.equipment_name equipmentName,
|
|
|
|
|
bst.Shift_Desc shiftDesc,
|
|
|
|
|
pow.workorder_code_sap workorderCodeSap,
|
|
|
|
|
RIGHT(pow.workorder_code_sap, 9) AS workorderCodeSaps,
|
|
|
|
|
pow.product_code productCode,
|
|
|
|
@ -786,6 +787,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
bp.report_rate reportRate
|
|
|
|
|
from base_equipment be
|
|
|
|
|
left join pro_order_workorder pow on be.equipment_code = pow.workorder_name
|
|
|
|
|
LEFT JOIN base_shifts_t bst ON bst.Shift_Id=pow.shift_id
|
|
|
|
|
left join mes_line_product mlp on pow.workorder_name = mlp.line_code and pow.product_code = mlp.product_code and mlp.del_flag='0'
|
|
|
|
|
left join base_product bp on bp.product_code = pow.product_code
|
|
|
|
|
where be.del_flag = '0' and be.sap_code is not null and pow.status in ('w2','w3')
|
|
|
|
|