From 417921d64866d16803e02564574d1ee564895cd2 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 28 Jan 2026 16:27:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=87=BA=E7=AE=B1=E5=AD=90?= =?UTF-8?q?=E7=9A=84=E9=95=BF=E5=AE=BD=E9=AB=98=E4=BD=93=E7=A7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/xujie/sys/modules/part/vo/PartInformationVo.java | 6 +++++- src/main/resources/mapper/part/PartInformationMapper.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/xujie/sys/modules/part/vo/PartInformationVo.java b/src/main/java/com/xujie/sys/modules/part/vo/PartInformationVo.java index bd2bc9d5..ec7dda0a 100644 --- a/src/main/java/com/xujie/sys/modules/part/vo/PartInformationVo.java +++ b/src/main/java/com/xujie/sys/modules/part/vo/PartInformationVo.java @@ -134,9 +134,13 @@ public class PartInformationVo extends PartInformationEntity { private String mainPart; private String bomFlag; private String routingFlag; - + /** * 批量查询物料编码列表 */ private List partNos; + + private String boxLength; + private String boxWidth; + private String boxHeight; } diff --git a/src/main/resources/mapper/part/PartInformationMapper.xml b/src/main/resources/mapper/part/PartInformationMapper.xml index 5beb3591..da420d26 100644 --- a/src/main/resources/mapper/part/PartInformationMapper.xml +++ b/src/main/resources/mapper/part/PartInformationMapper.xml @@ -110,7 +110,7 @@ a.actual_cost, a.actual_cost_currency, a.hsCode, a.hsCodeDesc, - a.packageNo,a.sku + a.packageNo,a.sku,a.box_length as boxLength,a.box_width as boxWidth,a.box_height as boxHeight FROM part a left join ecss_hsCode h on a.hsCodeDesc=h.hsCodeDesc and a.site=h.site