RuoYi
2024-03-22 6e5b0e711c9e7924428f2e43825bd4599d73ccd8
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