RuoYi
2020-09-22 b4bacb3f1d218bae1dcefe9edee2d19c45607933
src/main/resources/mybatis/system/SysConfigMapper.xml
@@ -61,7 +61,7 @@
    
    <select id="checkConfigKeyUnique" parameterType="String" resultMap="SysConfigResult">
        <include refid="selectConfigVo"/>
        where config_key = #{configKey}
        where config_key = #{configKey} limit 1
    </select>
    
    <insert id="insertConfig" parameterType="SysConfig">