开始整新权限管理系统

This commit is contained in:
yutou 2021-06-25 18:33:18 +08:00
parent 0231b7cdf3
commit 5924e7f44b

View File

@ -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);