|
@ -44,7 +44,6 @@ public class SupplierContactInfoGetEAIService extends AbsEAIService { |
|
|
JSONObject parameter = new JSONObject(messageBody).getJSONObject("std_data").getJSONObject("parameter"); |
|
|
JSONObject parameter = new JSONObject(messageBody).getJSONObject("std_data").getJSONObject("parameter"); |
|
|
JSONArray jsonArray = parameter.getJSONArray("contact_info"); |
|
|
JSONArray jsonArray = parameter.getJSONArray("contact_info"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LambdaQueryWrapper<SupplierContactEntity> queryWrapper = Wrappers.<SupplierContactEntity>lambdaQuery() |
|
|
LambdaQueryWrapper<SupplierContactEntity> queryWrapper = Wrappers.<SupplierContactEntity>lambdaQuery() |
|
|
.eq(SupplierContactEntity::getTenantId, SecurityUtil.getUserProfile().getTenantId()) |
|
|
.eq(SupplierContactEntity::getTenantId, SecurityUtil.getUserProfile().getTenantId()) |
|
|
.in(!StringUtils.isEmpty(jsonArray.getJSONObject(0).get("supplier_no").toString()), |
|
|
.in(!StringUtils.isEmpty(jsonArray.getJSONObject(0).get("supplier_no").toString()), |
|
|