推荐日志

This commit is contained in:
lims1@hunktimes.com
2023-08-06 16:30:30 +08:00
parent 26aeaf10a5
commit c1fa37b967

View File

@@ -107,6 +107,7 @@ public class CasesRecommendPushRecordServiceImpl implements ICasesRecommendPushR
}
log.info("耗时受众查询 {}", (System.currentTimeMillis() - t2) / 1000);
}
log.info("---------userIds {}", userIds);
if (CollectionUtil.isEmpty(userIds)) {
throw new RuntimeException("推荐人不能为空");
}