Commit bb79e523 authored by zp's avatar zp

aa

parent 2c9eefea
......@@ -473,8 +473,10 @@ public class ProductPrivateServiceImpl implements ProductPrivateService, Constan
if (StringUtils.isEmpty(ifaId)) {
isCheckSet = new HashSet<>(0);
} else {
List<String> attributes = diagnose.getFundCollectInfo(ExternalReq.builder().ids(list).ifaId(ifaId).build()).getAttributes();
log.info("getFundCollectInfo 返回信息:{}", JSON.toJSONString(attributes));
if (CollectionUtils.isEmpty(attributes)) {
isCheckSet = new HashSet<>(0);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment