2 Commits 65f6eb9088 ... e158725cb8

Author SHA1 Message Date
  yfh e158725cb8 Merge remote-tracking branch 'origin/master' 5 days ago
  yfh 99033a09cb 调整统计数 5 days ago

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

@@ -167,7 +167,7 @@
             DATE (fwl.create_time ) AS lastDate
         FROM fs_course_watch_log fwl
         left join fs_user_company_user ucu on ucu.user_id = fwl.user_id
-        where fwl.send_type = 1 and fwl.create_time >= DATE_SUB(CURDATE(), INTERVAL 7 DAY) and fwl.project = ucu.project_id
+        where fwl.send_type = 1 and fwl.create_time >= DATE_SUB(CURDATE(), INTERVAL 15 DAY) and fwl.project = ucu.project_id
         GROUP BY
             fwl.user_id, date(fwl.create_time),ucu.project_id
     </select>