[新增功能](hyx_2024-9-27_tongbu)
parent
f741535420
commit
059e316156
|
@ -798,7 +798,7 @@ public class UsersController extends BaseController {
|
||||||
usersService.editUserFuns(pd); //执行修改
|
usersService.editUserFuns(pd); //执行修改
|
||||||
map.put("result", errInfo);
|
map.put("result", errInfo);
|
||||||
map.put("code", "0");
|
map.put("code", "0");
|
||||||
// map.put("syncInfo", JSONUtil.toJsonStr(usersService.findById(pd)));
|
map.put("syncInfo", JSONUtil.toJsonStr(usersService.findById(pd)));
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -830,7 +830,7 @@ public class UsersController extends BaseController {
|
||||||
FHLOG.save(Jurisdiction.getUsername(), "从个人资料中修改" + pd.getString("USERNAME") + "的资料"); //记录日志
|
FHLOG.save(Jurisdiction.getUsername(), "从个人资料中修改" + pd.getString("USERNAME") + "的资料"); //记录日志
|
||||||
map.put("result", errInfo);
|
map.put("result", errInfo);
|
||||||
map.put("code", "0");
|
map.put("code", "0");
|
||||||
// map.put("syncInfo", JSONUtil.toJsonStr(usersService.findById(pd)));
|
map.put("syncInfo", JSONUtil.toJsonStr(usersService.findById(pd)));
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue