Commit 37dd43b2 by jianan

新单跟进v2

parent 7906387f
......@@ -198,8 +198,6 @@ public class PolicyServiceImpl extends ServiceImpl<PolicyMapper, Policy>
return CollUtil.newArrayList();
}
try {
log.info("Feign返回数据: {}", JSONUtil.parseObj(result).toString());
// 直接使用Map来处理数据,避免复杂的类型转换
Object data = result.getData();
List<PolicyProductInfo> policyProductInfoList = new ArrayList<>();
......
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