开始整新权限管理系统
This commit is contained in:
@@ -60,7 +60,7 @@ public class PasswordManager {
|
|||||||
}
|
}
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
@RequestMapping(value = "/tools/password/get/all.do",method = RequestMethod.GET)
|
@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();
|
JSONObject json=new JSONObject();
|
||||||
JSONArray array=new JSONArray();
|
JSONArray array=new JSONArray();
|
||||||
int uid=tls.getUid(request);
|
int uid=tls.getUid(request);
|
||||||
|
|||||||
Reference in New Issue
Block a user