Commit 8b987f9e by 王祖波

log

parent 01270983
......@@ -285,6 +285,7 @@ public class ContactLogServiceImpl implements ContactLogService {
try {
ServiceResponse<List<String>> crowdTypeResponse = objectivesManageApiService.getMemberCrowdType(memberId, clerkId, enterpriseId);
List<String> result = crowdTypeResponse.getResult();
logger.info("机会人群数据:{}",JSON.toJSONString(result));
if (CollectionUtils.isNotEmpty(result)) {
TabContactLog modifyContactLog = new TabContactLog();
modifyContactLog.setLogId(logId);
......
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