Commit 1e8e917b authored by libin's avatar libin

佣金明细

parent f44d233d
......@@ -35,7 +35,7 @@ public class UserSellingWaterController {
private UserAuthConfig userAuthConfig;
@GetMapping("/page")
public ObjectRestResponse<SellingWaterPagVo> findSellingWaterPage(@RequestParam("type") Integer wating,
public ObjectRestResponse<SellingWaterPagVo> findSellingWaterPage(@RequestParam(required = false,value = "type") Integer wating,
@RequestParam("pageNo") Integer pageNo,
@RequestParam("pageSize") Integer pageSize,
HttpServletRequest request) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment