操作人

This commit is contained in:
2026-04-21 16:11:12 +08:00
parent 80887e30dd
commit 42c98b0949
2 changed files with 3 additions and 0 deletions

View File

@@ -100,6 +100,8 @@ public class ShopOrderStatistic implements Serializable {
this.backScanPayCount = 0L; this.backScanPayCount = 0L;
this.mainScanPayCount = 0L; this.mainScanPayCount = 0L;
this.creditPayCount = 0L; this.creditPayCount = 0L;
} }

View File

@@ -100,6 +100,7 @@ public class ShopProdStatisticServiceImpl extends ServiceImpl<ShopProdStatisticM
Map<String, Object> printDTO = new HashMap<>(); Map<String, Object> printDTO = new HashMap<>();
SaleSummaryCountParam queryDay = new SaleSummaryCountParam() SaleSummaryCountParam queryDay = new SaleSummaryCountParam()
.setShopId(param.getShopId()) .setShopId(param.getShopId())
.setOperator(param.getOperator())
.setBeginDate(localDate) .setBeginDate(localDate)
.setEndDate(localDate); .setEndDate(localDate);
ProductReportPrintDTO print = buildProductReportPrint(queryDay, categoryMap); ProductReportPrintDTO print = buildProductReportPrint(queryDay, categoryMap);