提交 0dc9b7fb 编写于 作者: O o2null

Merge branch 'fix/updatePassword' into 'wrdp'

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

See merge request o2oa/o2oa!2648
......@@ -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.
先完成此消息的编辑!
想要评论请 注册