返回
This commit is contained in:
@@ -73,10 +73,11 @@ public class SaleSummaryController {
|
|||||||
* 商品报表打印
|
* 商品报表打印
|
||||||
*/
|
*/
|
||||||
@GetMapping("/print")
|
@GetMapping("/print")
|
||||||
public void summaryPrint(SaleSummaryCountParam param) {
|
public CzgResult<Void> summaryPrint(SaleSummaryCountParam param) {
|
||||||
if (param.getShopId() == null) {
|
if (param.getShopId() == null) {
|
||||||
param.setShopId(StpKit.USER.getShopId());
|
param.setShopId(StpKit.USER.getShopId());
|
||||||
}
|
}
|
||||||
prodStatisticService.summaryPrint(param);
|
prodStatisticService.summaryPrint(param);
|
||||||
|
return CzgResult.success();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user