From a60ac30187572c92e558eae728093dcf4ae49a65 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 20 Mar 2024 09:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=91=E5=AE=A4=E5=87=BA=E5=BA=93=E8=A1=A5?= =?UTF-8?q?=E5=8D=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../glxp/api/service/thrsys/impl/ThrInvOrderServiceImpl.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/glxp/api/service/thrsys/impl/ThrInvOrderServiceImpl.java b/src/main/java/com/glxp/api/service/thrsys/impl/ThrInvOrderServiceImpl.java index a015f2c52..1d2d7498c 100644 --- a/src/main/java/com/glxp/api/service/thrsys/impl/ThrInvOrderServiceImpl.java +++ b/src/main/java/com/glxp/api/service/thrsys/impl/ThrInvOrderServiceImpl.java @@ -218,6 +218,9 @@ public class ThrInvOrderServiceImpl implements ThrInvOrderService { BasicProductsEntity basicProductsEntity = productsEntities.get(0); String mainAction = item.getMainAction(); String thrCode = item.getThrCode(); + + + Long relId = basicProductsEntity.getId(); Integer count; if (ConstantType.TYPE_PUT.equals(mainAction)) {