mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 20:36:50 +08:00
推荐日志
This commit is contained in:
@@ -107,6 +107,7 @@ public class CasesRecommendPushRecordServiceImpl implements ICasesRecommendPushR
|
|||||||
}
|
}
|
||||||
log.info("耗时受众查询 {}", (System.currentTimeMillis() - t2) / 1000);
|
log.info("耗时受众查询 {}", (System.currentTimeMillis() - t2) / 1000);
|
||||||
}
|
}
|
||||||
|
log.info("---------userIds {}", userIds);
|
||||||
if (CollectionUtil.isEmpty(userIds)) {
|
if (CollectionUtil.isEmpty(userIds)) {
|
||||||
throw new RuntimeException("推荐人不能为空");
|
throw new RuntimeException("推荐人不能为空");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user