From 50f73e0895d7d9d4e5fc9b08cac03e4e6c16d2f9 Mon Sep 17 00:00:00 2001 From: clong <1584238099@qq.com> Date: Mon, 4 Sep 2023 13:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/service/supplier/SupplierContactInfoGetEAIService.java | 1 - 1 file changed, 1 deletion(-) diff --git a/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/supplier/SupplierContactInfoGetEAIService.java b/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/supplier/SupplierContactInfoGetEAIService.java index 50b7233..9728b04 100644 --- a/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/supplier/SupplierContactInfoGetEAIService.java +++ b/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/supplier/SupplierContactInfoGetEAIService.java @@ -44,7 +44,6 @@ public class SupplierContactInfoGetEAIService extends AbsEAIService { JSONObject parameter = new JSONObject(messageBody).getJSONObject("std_data").getJSONObject("parameter"); JSONArray jsonArray = parameter.getJSONArray("contact_info"); - LambdaQueryWrapper queryWrapper = Wrappers.lambdaQuery() .eq(SupplierContactEntity::getTenantId, SecurityUtil.getUserProfile().getTenantId()) .in(!StringUtils.isEmpty(jsonArray.getJSONObject(0).get("supplier_no").toString()),