统计修一下

This commit is contained in:
2025-07-30 11:15:23 +08:00
parent c97c680ca9
commit d052ecbcdd

View File

@@ -427,7 +427,7 @@ public class AppStatisticsServiceImpl implements AppStatisticsService {
// 计算当前周期的支付订单金额 // 计算当前周期的支付订单金额
String orderAmount=data.getPayOfOrderAmount(); String orderAmount=data.getPayOfOrderAmount();
//查询预览视频人数 //查询预览视频人数
int preview=data.getPreviewOfVideoNum(); int preview=data.getPreviewVideoOfMemberNum();
//查询扫码人数 //查询扫码人数
int scanCode=data.getScanCodeVisitorOfMemberNum(); int scanCode=data.getScanCodeVisitorOfMemberNum();
//查询付费人数 //查询付费人数