pull/3/head
kouxian 2016-05-16 10:32:59 +08:00
parent f78a08e84c
commit e5eb198b40
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class AdminSvnUserAct extends BaseAction {
}
Chain chain = Chain.make("role", role);
if (StringUtils.isNotBlank(pwd)) {
chain.add("pwd", EncryptUtil.encrypt(pwd));
chain.add("psw", EncryptUtil.encrypt(pwd));
}
boolean isOk = svnUserService.update(chain, Cnd.where("usr", "=", usr)) > 0;
if (isOk) {