客户端用户密码修改BUG更改;

客户端用户只有取消审核通过和删除的策略时,允许删除此用户;
客户端用户修改成功后,给出提示信息。
This commit is contained in:
段冬梅
2019-02-21 10:55:26 +08:00
parent 60392b2493
commit 043cb275dc
3 changed files with 5 additions and 4 deletions

View File

@@ -188,6 +188,7 @@ public class UserManageController extends BaseController{
throw e;
}
}
addMessage(redirectAttributes,"info","add_success");
}else{
entity.setEditTime(createTime);
entity.setEditorId(entity.getCurrentUser().getId());
@@ -271,7 +272,7 @@ public class UserManageController extends BaseController{
}
}
}
addMessage(redirectAttributes,"info","update_success");
}
} catch (MaatConvertException e) {
addMessage(redirectAttributes,"error",message);