Merge branch 'master-特殊用户控制' into uat_code

This commit is contained in:
yss
2023-04-23 15:51:36 +08:00

View File

@ -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>
<select id="getValueByKey" resultType="java.lang.String" >