From 70caeaf21f9b6466ba977bf7a3eda966902908cf Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 13 Mar 2024 11:46:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=AE=E8=80=97=E6=94=B6=E8=B4=B9=E5=87=BA?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=98=8E=E7=BB=86=E5=8D=95=E6=8D=AE=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=90=8E=E8=87=AA=E5=8A=A8=E6=B5=81=E8=BD=AC?= 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 0cd952b43..09157e572 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 @@ -409,6 +409,9 @@ public class ThrInvOrderServiceImpl implements ThrInvOrderService { thrInvOrderMapper.updateByPrimaryKey(thrInvOrder); ioOrderDetailBizService.batchInsertBizs(newOrderDetailBiz); + //自动处理业务单据 + ioAddInoutService.dealBusProcess(ioOrderEntity, bussinessTypeEntity); + }