mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
部件打印接口字段补充
This commit is contained in:
+3
-3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user