RuoYi
2023-06-30 f539e4318faa64304d10cd15a477ecb5bb6fb749
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