RuoYi
2023-12-05 d791d1bcdeb13e734c83c796c804cc6eea9edc47
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