操作人
This commit is contained in:
@@ -100,6 +100,8 @@ public class ShopOrderStatistic implements Serializable {
|
||||
this.backScanPayCount = 0L;
|
||||
this.mainScanPayCount = 0L;
|
||||
this.creditPayCount = 0L;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -100,6 +100,7 @@ public class ShopProdStatisticServiceImpl extends ServiceImpl<ShopProdStatisticM
|
||||
Map<String, Object> printDTO = new HashMap<>();
|
||||
SaleSummaryCountParam queryDay = new SaleSummaryCountParam()
|
||||
.setShopId(param.getShopId())
|
||||
.setOperator(param.getOperator())
|
||||
.setBeginDate(localDate)
|
||||
.setEndDate(localDate);
|
||||
ProductReportPrintDTO print = buildProductReportPrint(queryDay, categoryMap);
|
||||
|
||||
Reference in New Issue
Block a user