操作人
This commit is contained in:
@@ -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