Commit 8c224c64 authored by wzp's avatar wzp

修改bug

parent 659e65a0
......@@ -132,7 +132,7 @@ public class TUserController extends BaseController {
@RequestMapping(value = "/getUserList", method = RequestMethod.GET)
@RequiresAuthentication //@RequiresPermissions("/user/getUserList")
@MethodLog(operModule = OperModule.USER, operType = OperType.SELECT)
public Map<String, Object> getUserList(String type, String status, String auditStatus) {
public Map<String, Object> getUserList(@RequestParam(required = true) String type, String status, String auditStatus) {
TUser user1 = getcurUser();
TUser user = new TUser();
try {
......
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