From 4c3fa7b1828d5e9bbd586a42fa00924e9f5a7c25 Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期四, 12 三月 2026 11:41:30 +0800
Subject: [PATCH] 导入测试
---
service-job/src/main/java/com/java110/job/importData/adapt/ImportPropertyWhiteListfFlowQueueDataAdapt.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/service-job/src/main/java/com/java110/job/importData/adapt/ImportPropertyWhiteListfFlowQueueDataAdapt.java b/service-job/src/main/java/com/java110/job/importData/adapt/ImportPropertyWhiteListfFlowQueueDataAdapt.java
index 9b8693a..a6779f9 100644
--- a/service-job/src/main/java/com/java110/job/importData/adapt/ImportPropertyWhiteListfFlowQueueDataAdapt.java
+++ b/service-job/src/main/java/com/java110/job/importData/adapt/ImportPropertyWhiteListfFlowQueueDataAdapt.java
@@ -69,10 +69,10 @@
private void doImportData(AssetImportLogDetailDto assetImportLogDetailDto) {
JSONObject data = JSONObject.parseObject(assetImportLogDetailDto.getContent());
PropertyWhiteListFlowDto whites = BeanConvertUtil.covertBean(data, PropertyWhiteListFlowDto.class);
- int count = importPropertyWhiteListfFlowServiceSMOImpl.countPropertyWhiteListFlowFilter(whites);
- if (count > 0) {
- throw new IllegalArgumentException("绗�" + whites.getRow() + "琛屽瓨鍦ㄩ噸澶嶇殑瀵煎叆鍐呭");
- }
+// int count = importPropertyWhiteListfFlowServiceSMOImpl.countPropertyWhiteListFlowFilter(whites);
+// if (count > 0) {
+// throw new IllegalArgumentException("绗�" + whites.getRow() + "琛屽瓨鍦ㄩ噸澶嶇殑瀵煎叆鍐呭");
+// }
int flag = importPropertyWhiteListfFlowServiceSMOImpl.savePropertyWhiteListFlow(whites);
if (flag < 1) {
throw new IllegalArgumentException("绗�" + whites.getRow() + "琛屽鍏ュけ璐�");
--
Gitblit v1.8.0