INSERT INTO sys_custom_config_detail (id,configId,type,isShow, columnName,columnDesc,columnType,colorRule,sort,lableRule,width,tooltip,buttonRule,number, clickFuc,disabledFuc,expression,size,style,disabled,checkRules,inputType,lineNumber,dataFuc,isShowXx) values (#{id},#{configId},#{type},#{isShow}, #{columnName},#{columnDesc},#{columnType},#{colorRule},#{sort}, #{lableRule},#{width},#{tooltip},#{buttonRule},#{number},#{clickFuc},#{disabledFuc},#{expression},#{size},#{style}, #{disabled}, #{checkRules}, #{inputType}, #{lineNumber}, #{dataFuc},#{isShowXx}) UPDATE sys_custom_config_detail columnName=#{columnName}, configId=#{configId}, type=#{type}, isShow=#{isShow}, columnDesc=#{columnDesc}, columnType=#{columnType}, colorRule=#{colorRule}, sort=#{sort}, lableRule=#{lableRule}, width=#{width}, tooltip=#{tooltip}, buttonRule=#{buttonRule}, number=#{number}, clickFuc=#{clickFuc}, disabledFuc=#{disabledFuc}, expression=#{expression}, size=#{size}, style=#{style}, disabled=#{disabled}, checkRules=#{checkRules}, inputType=#{inputType}, lineNumber=#{lineNumber}, dataFuc=#{dataFuc}, isShowXx=#{isShowXx}, WHERE id = #{id} delete from sys_custom_config_detail where id = #{id} delete from sys_custom_config_detail where configId = #{configId}