监督-特殊用户控制
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
SELECT active FROM biz_func_switch_config WHERE `type` = #{type}
|
||||
</select>
|
||||
<select id="selectByUser"
|
||||
resultType="java.lang.String ">
|
||||
resultType="java.lang.String">
|
||||
SELECT account FROM maint_base_user WHERE `role` = #{role} and account=#{account}
|
||||
</select>
|
||||
</mapper>
|
Reference in New Issue
Block a user