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);