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