操作人
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user