|
|
@@ -206,7 +206,7 @@ public class QwExternalContactRatingMoreSevenDaysServiceImpl implements QwExtern
|
|
|
List<QwRatingVO> ratingVOS = fsCourseWatchLogMapper
|
|
|
.selectFsCourseWatchLogByExtIdRatingMoreStudyDays(externalId, config.getNotStudyDays());
|
|
|
|
|
|
- if (ratingVOS == null || ratingVOS.isEmpty() || ratingVOS.size() < 4) {
|
|
|
+ if (ratingVOS == null || ratingVOS.isEmpty() || ratingVOS.size() < 3) {
|
|
|
log.info("没有记录或不满足条件不评级或看课记录小于6 不评级,externalId: {}", externalId);
|
|
|
return null;
|
|
|
}
|