Browse Source

fix: 进线客户统计

xdd 2 tháng trước cách đây
mục cha
commit
4c88ddb767

+ 1 - 1
fs-service-system/src/main/java/com/fs/qw/service/impl/QwWatchLogServiceImpl.java

@@ -322,7 +322,7 @@ public class QwWatchLogServiceImpl extends ServiceImpl<QwWatchLogMapper, QwWatch
         }
 
         Long total = qwWatchLogMapper
-                .selectQwWatchLogAllStatisticsListVONewCount(userIds, param.getStartDate(), param.getStartDate(),
+                .selectQwWatchLogAllStatisticsListVONewCount(userIds, param.getStartDate(), param.getEndDate(),
                         param.getProject(),param.getCourseId(),param.getVideoId()
                 );