监督-特殊用户控制

This commit is contained in:
yss
2023-04-23 15:49:54 +08:00
parent c84683221a
commit 48eb0d9cd6

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>
</mapper>