From f5a880243b249fb43de35f0558855e1199251511 Mon Sep 17 00:00:00 2001 From: zhengyf Date: Sat, 26 Oct 2024 15:16:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BD=E7=9F=A5=EF=BC=9A=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4=EF=BC=8C=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E5=B9=B6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lets/plugin/base/GoodsAutoAllotPluginInitializer.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/base/GoodsAutoAllotPluginInitializer.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/base/GoodsAutoAllotPluginInitializer.java index 74d0e1ab..c1e62d3a 100644 --- a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/base/GoodsAutoAllotPluginInitializer.java +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/base/GoodsAutoAllotPluginInitializer.java @@ -165,7 +165,6 @@ public class GoodsAutoAllotPluginInitializer extends PluginBaseEntity { public void start(String invcode) { String[] split = invcode.split("_"); try { - Thread.sleep(500); BdInvbasdocEntity bdInvbasdocEntity = new BdInvbasdocEntity(); bdInvbasdocEntity.setInvcode(split[0]); bdInvbasdocEntity.setDataSourceCode(ProfilesActiveConstant.LETS_DATE_SOURCE); @@ -261,6 +260,8 @@ public class GoodsAutoAllotPluginInitializer extends PluginBaseEntity { String response = ""; try { + + Thread.sleep(500); GoodsAutoAllotVO goodsAutoAllotVO = new GoodsAutoAllotVO(); //存货基本档案主键 goodsAutoAllotVO.setPk_invbasdoc(pkInvbasdoc);