商品修改不能改库存,首页商品排行
This commit is contained in:
@@ -43,8 +43,8 @@ public class SummaryController {
|
||||
|
||||
@GetMapping("/dateProduct")
|
||||
private Object shopSummaryProduct(@RequestParam Integer shopId,@RequestParam Integer day,
|
||||
@RequestParam Integer page){
|
||||
return summaryService.selectSummaryProduct(shopId,day,page);
|
||||
@RequestParam Integer page, @RequestParam Integer size){
|
||||
return summaryService.selectSummaryProduct(shopId,day,page,size);
|
||||
}
|
||||
@GetMapping("/datePayType")
|
||||
private Object shopSummaryPayType(@RequestParam Integer shopId,@RequestParam Integer day){
|
||||
|
||||
Reference in New Issue
Block a user