fix: 顺德人医用户不删除,修改状态冻结和不可用

master
wyb 7 months ago
parent b2888557cb
commit 34480ad8d5

@ -37,7 +37,8 @@
<update id="cancelUserByUserName"> <update id="cancelUserByUserName">
update `docus_system`.`power_user` update `docus_system`.`power_user`
set `account_state`=2, set `account_state`=2,
`enabled`=0 `enabled`=0,
`effective`=0
where `user_name` = #{userName} where `user_name` = #{userName}
</update> </update>

Loading…
Cancel
Save