开启异步发送消息

This commit is contained in:
Guava
2023-07-04 18:43:12 +08:00
parent d4befa9f37
commit 4eb577324f

View File

@@ -123,7 +123,7 @@ public class CasesRecommendPushRecordServiceImpl implements ICasesRecommendPushR
throw new RuntimeException("推荐人不能为空");
}
log.info("查询用户消耗时长为 {}秒", System.currentTimeMillis() - t1 / 1000);
log.info("查询用户消耗时长为 {}秒", (System.currentTimeMillis() - t1) / 1000);
CasesRecommend casesRecommend = new CasesRecommend();
casesRecommend.setRecommendId(currentUser.getAccountId());