Browse Source

修改代码

master
clong 1 year ago
parent
commit
50f73e0895
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/supplier/SupplierContactInfoGetEAIService.java

+ 0
- 1
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/supplier/SupplierContactInfoGetEAIService.java View File

@ -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<SupplierContactEntity> queryWrapper = Wrappers.<SupplierContactEntity>lambdaQuery()
.eq(SupplierContactEntity::getTenantId, SecurityUtil.getUserProfile().getTenantId())
.in(!StringUtils.isEmpty(jsonArray.getJSONObject(0).get("supplier_no").toString()),


Loading…
Cancel
Save