部件打印接口字段补充

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