id, title, properties, image_path, tag, description, category_id, category_ids, comment, subscribe, clicks, weight, status, create_by, create_time, update_by, update_time,show_time INSERT INTO `${tableName}` ( `${key}` ) VALUES( #{value} ) UPDATE `${tableName}` SET `${key}` = #{value} WHERE id = #{id,jdbcType=VARCHAR} DELETE FROM `${tableName}` WHERE id = #{id,jdbcType=VARCHAR} update system_archives set tag = #{tag,jdbcType=VARCHAR} where id = #{id,jdbcType=VARCHAR}