|
@@ -57,7 +57,7 @@ public class AsyncCourseWatchFinishService {
|
|
QwCompany qwCompany = iQwCompanyService.getQwCompanyByRedis(qwUserByRedis.getCorpId());
|
|
QwCompany qwCompany = iQwCompanyService.getQwCompanyByRedis(qwUserByRedis.getCorpId());
|
|
|
|
|
|
if (qwCompany == null) {
|
|
if (qwCompany == null) {
|
|
- log.error("企业微信主体为空 {} 跳过处理。", qwUserByRedis.getCorpId());
|
|
|
|
|
|
+ log.error("企业微信主体为空 {} 跳过处理。{} ", qwUserByRedis.getCorpId(),watchLog);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|