部件打印接口字段补充

This commit is contained in:
gaoqr
2026-05-11 16:06:53 +08:00
parent e9bc682299
commit ba914beb16
@@ -775,7 +775,7 @@
SELECT SELECT
p.order_id, p.order_id,
p.plate_no, p.plate_no,
p.name, p.name as plateName,
p.width, p.width,
p.height, p.height,
p.thickness, p.thickness,
@@ -783,7 +783,7 @@
p.split_height, p.split_height,
p.split_thickness, p.split_thickness,
p.custom_plate_no, p.custom_plate_no,
p.id, p.id as plateId,
p.remark, p.remark,
g.material, g.material,
g.brand, g.brand,
@@ -819,7 +819,7 @@
<select id="selectOrdersPrintPartsList" resultType="com.cf.imes.module.executor.controller.admin.order.vo.order.OrderPrintDetailRespVO"> <select id="selectOrdersPrintPartsList" resultType="com.cf.imes.module.executor.controller.admin.order.vo.order.OrderPrintDetailRespVO">
SELECT SELECT
op.order_id, op.order_id,
op.id, op.id as partsId,
op.type, op.type,
op.name as partsName, op.name as partsName,
op.material, op.material,