RuoYi
2022-12-13 3d6958a634e6dfb8304c4e3a94c8f6a17de61efd
src/main/resources/mybatis/system/SysConfigMapper.xml
@@ -59,6 +59,11 @@
      </where>
    </select>
    
    <select id="selectConfigById" parameterType="Long" resultMap="SysConfigResult">
        <include refid="selectConfigVo"/>
        where config_id = #{configId}
    </select>
    <select id="checkConfigKeyUnique" parameterType="String" resultMap="SysConfigResult">
        <include refid="selectConfigVo"/>
        where config_key = #{configKey} limit 1