From df5d239a675c6e1f19ac1ee04bc5755be43a1156 Mon Sep 17 00:00:00 2001 From: liyongde <1419499670@qq.com> Date: Wed, 15 Jan 2025 10:21:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AE=A1=E5=88=B6=E7=82=B9=E9=80=81?= =?UTF-8?q?=E7=A9=BA=E6=9E=B6=E5=AD=90=E4=BB=BB=E5=8A=A1=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sch/point/service/impl/BstIvtPackageinfoivtServiceImpl.java | 1 + 1 file changed, 1 insertion(+) 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 f844ef2ab..77a836a9e 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 @@ -1066,6 +1066,7 @@ public class BstIvtPackageinfoivtServiceImpl extends ServiceImpl() .eq("is_delete", "0") + .eq("point_code1", of.get(pointCode)) .lt("task_status", TaskStatusEnum.FINISHED.getCode())); if (count>0){ throw new BadRequestException("当前人工管制点已经存在任务,请勿重复下发");