ct před 1 dnem
rodič
revize
3d3c34f7e8

+ 1 - 1
fs-qw-task/src/main/java/com/fs/app/taskService/impl/QwExternalContactRatingMoreSevenDaysServiceImpl.java

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