提交 5da5447f 编写于 作者: hlwwx's avatar hlwwx

'修复重置密码时,当密码加密时出错'

上级 69579c0f
......@@ -101,7 +101,7 @@ class ActionSetPassword extends BaseAction {
emc.beginTransaction(Person.class);
business.person().setPassword(person, wi.getNewPassword());
business.person().setPassword(person, newPassword);
emc.commit();
CacheManager.notify(Person.class);
Wo wo = new Wo();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册