@@ -86,6 +86,7 @@ public class TsCustomerStatisticDailyServiceImpl extends ServiceImpl<TsCustomerS
//31天前的日期
LocalDateTime beforeDate = nowDate.plusDays(-31);
//获取31天的日期数据
+
List<TsCustomerStatisticDaily> list = customerStatisticDailyMapper.getDailyList(customerType,orgId,nowDate,beforeDate);
return list;
}