登陆是多账号报错

master
linjj 4 months ago
parent 7a9839256c
commit 13a0f49f6e

@ -732,7 +732,7 @@
select power_user.`name`
from
power_user
where user_name = #{userId}
where user_name = #{userId} and effective = 1
</select>
<select id="selectForDoctorRoom" resultType="java.lang.String">
select

Loading…
Cancel
Save