开始整新权限管理系统
This commit is contained in:
parent
0231b7cdf3
commit
5924e7f44b
@ -60,7 +60,7 @@ public class PasswordManager {
|
||||
}
|
||||
@ResponseBody
|
||||
@RequestMapping(value = "/tools/password/get/all.do",method = RequestMethod.GET)
|
||||
public String getAllPassword(HttpServletRequest request){
|
||||
public String getAllPassword(HttpServletRequest request,String search){
|
||||
JSONObject json=new JSONObject();
|
||||
JSONArray array=new JSONArray();
|
||||
int uid=tls.getUid(request);
|
||||
|
Loading…
Reference in New Issue
Block a user