瀏覽代碼

调整参数错误

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>