[新增功能](hyx_2024-9-27_tongbu)

hyx_2024-9-27_tongbu
huangyuxuan 2024-10-21 08:48:15 +08:00
parent f741535420
commit 059e316156
1 changed files with 2 additions and 2 deletions

View File

@ -798,7 +798,7 @@ public class UsersController extends BaseController {
usersService.editUserFuns(pd); //执行修改
map.put("result", errInfo);
map.put("code", "0");
// map.put("syncInfo", JSONUtil.toJsonStr(usersService.findById(pd)));
map.put("syncInfo", JSONUtil.toJsonStr(usersService.findById(pd)));
return map;
}
@ -830,7 +830,7 @@ public class UsersController extends BaseController {
FHLOG.save(Jurisdiction.getUsername(), "从个人资料中修改" + pd.getString("USERNAME") + "的资料"); //记录日志
map.put("result", errInfo);
map.put("code", "0");
// map.put("syncInfo", JSONUtil.toJsonStr(usersService.findById(pd)));
map.put("syncInfo", JSONUtil.toJsonStr(usersService.findById(pd)));
return map;
}