|
|
@@ -964,6 +964,11 @@ public class SopUserLogsServiceImpl implements ISopUserLogsService {
|
|
|
Long externalId = logsInfo.getExternalId();
|
|
|
if (externalId != null) {
|
|
|
|
|
|
+ if (Integer.valueOf(1).equals(logsInfo.getIsDaysNotStudy())) {
|
|
|
+ log.info("连续未看课客户跳过ABCD评级,externalId: {}", externalId);
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
// 查询看课记录
|
|
|
List<QwRatingVO> ratingVOS = fsCourseWatchLogMapper
|
|
|
.selectFsCourseWatchLogByExtIdRatingWithTransfer(externalId, config.getLevelDay());
|