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
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user