소스 검색

调整参数错误

yfh 4 일 전
부모
커밋
9fa1fce466
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fs-service/src/main/resources/mapper/store/FsUserCourseCountMapper.xml

+ 1 - 1
fs-service/src/main/resources/mapper/store/FsUserCourseCountMapper.xml

@@ -194,7 +194,7 @@
         FROM fs_course_watch_log
         left join fs_user_company_user ucu on ucu.user_id = fs_course_watch_log.user_id
         WHERE fs_course_watch_log.send_type = 1
-          AND fs_course_watch_log.create_time >= DATE_SUB( CURDATE(), INTERVAL 7 DAY ) and fs_course_watch_log.project = ucu.project_id
+          AND fs_course_watch_log.create_time >= DATE_SUB( CURDATE(), INTERVAL 15 DAY ) and fs_course_watch_log.project = ucu.project_id
         GROUP BY
             fs_course_watch_log.user_id, date(fs_course_watch_log.create_time),ucu.project_id
     </select>