From be1a1ec3e63142d296a027493a2042c466e92ce8 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Tue, 29 Oct 2024 11:24:53 +0800
Subject: [PATCH] 新增保护目标信息导入

---
 src/main/java/org/springblade/modules/yw/service/impl/IndParkInfoServiceImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/org/springblade/modules/yw/service/impl/IndParkInfoServiceImpl.java b/src/main/java/org/springblade/modules/yw/service/impl/IndParkInfoServiceImpl.java
index 52f4074..6ffbadf 100644
--- a/src/main/java/org/springblade/modules/yw/service/impl/IndParkInfoServiceImpl.java
+++ b/src/main/java/org/springblade/modules/yw/service/impl/IndParkInfoServiceImpl.java
@@ -67,7 +67,7 @@
 				if (isCovered){
 					indParkInfoEntity.setId(id);
 					updateById(indParkInfoEntity);
-					break;
+					continue;
 				}
 			}
 			// 保存

--
Gitblit v1.9.3