- 前端:满减送列表

- 前端:限时折扣列表
This commit is contained in:
YunaiV
2019-05-08 00:18:18 +08:00
parent f44a6d49d7
commit e7b9b4fd2a
12 changed files with 931 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ public class AdminsPromotionActivityController {
private PromotionActivityService promotionActivityService;
@GetMapping("/page") // TODO 芋艿BO => VO
public CommonResult<PromotionActivityPageBO> page(@RequestParam("title") String title,
@RequestParam("activityType") Integer activityType,
public CommonResult<PromotionActivityPageBO> page(@RequestParam(value = "title", required = false) String title,
@RequestParam(value = "activityType") Integer activityType,
@RequestParam(value = "status") String status,
@RequestParam(value = "pageNo", defaultValue = "1") Integer pageNo,
@RequestParam(value = "pageSize", defaultValue = "10") Integer pageSize) {