RuoYi
2020-08-28 a7f0a01b15abb99d23c856cc37c72506903a702b
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">