select id, title, addr, rule, time, other, type, url, search_key, dep_type, dep, price, word, regex from zb_gc insert into zb_gc title, addr, rule, time, other, type, url, search_key, dep_type, dep, price, word, regex, #{title}, #{addr}, #{rule}, #{time}, #{other}, #{type}, #{url}, #{searchKey}, #{depType}, #{dep}, #{price}, #{word}, #{regex}, update zb_gc title = #{title}, addr = #{addr}, rule = #{rule}, time = #{time}, other = #{other}, type = #{type}, url = #{url}, search_key = #{searchKey}, dep_type = #{depType}, dep = #{dep}, price = #{price}, word = #{word}, regex = #{regex}, where id = #{id} delete from zb_gc where id = #{id} delete from zb_gc where id in #{id}