From 61bf30c6dca510acb20a04859949676da2c77c9e Mon Sep 17 00:00:00 2001 From: zhouz <> Date: Tue, 30 Sep 2025 11:17:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8F=96=E6=94=BE=E8=B4=A7=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=8F=96=E6=B6=88=E7=9D=A1=E7=9C=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../point/service/impl/BstIvtPackageinfoivtServiceImpl.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lms/nladmin-system/src/main/java/org/nl/b_lms/sch/point/service/impl/BstIvtPackageinfoivtServiceImpl.java b/lms/nladmin-system/src/main/java/org/nl/b_lms/sch/point/service/impl/BstIvtPackageinfoivtServiceImpl.java index ec0365829..bc879e3d5 100644 --- a/lms/nladmin-system/src/main/java/org/nl/b_lms/sch/point/service/impl/BstIvtPackageinfoivtServiceImpl.java +++ b/lms/nladmin-system/src/main/java/org/nl/b_lms/sch/point/service/impl/BstIvtPackageinfoivtServiceImpl.java @@ -159,10 +159,11 @@ public class BstIvtPackageinfoivtServiceImpl extends ServiceImpl { - try { + //用于解决主从延迟的问题 + /* try { Thread.sleep(1000); } catch (InterruptedException e) { - } + }*/ String pointCode = ""; String action = ""; switch (actionType) {