Commit be7228fb by 梅存智

我的信箱和我的诉求优化

parent f7bbee63
...@@ -49,7 +49,7 @@ public class SystemMailboxManageController { ...@@ -49,7 +49,7 @@ public class SystemMailboxManageController {
@GetMapping("selectMyPage") @GetMapping("selectMyPage")
public Response<Page<SystemMailboxParamVo>> selectMyPage(@RequestParam("pageNo")Integer pageNo, @RequestParam("pageSize")Integer pageSize){ public Response<Page<SystemMailboxParamVo>> selectMyPage(@RequestParam("pageNo")Integer pageNo, @RequestParam("pageSize")Integer pageSize, @RequestParam("type")Integer type){
return Response.ok(systemMailboxClients.selectMyPage(pageNo,pageSize)); return Response.ok(systemMailboxClients.selectMyPage(pageNo,pageSize, type));
} }
} }
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