id, receiver_name, push_method, push_customers, push_communitys, push_buildings, push_channels, push_device_types, push_url, period, `status`, create_by, update_by, date_create, date_update delete from sc_device_info_push_config where id = #{id,jdbcType=INTEGER} insert into sc_device_info_push_config (receiver_name, push_method, push_customers, push_communitys, push_buildings, push_channels, push_device_types, push_url, period, `status`, create_by, update_by, date_create, date_update) values (#{receiverName,jdbcType=VARCHAR}, #{pushMethod,jdbcType=VARCHAR}, #{pushCustomers,jdbcType=VARCHAR}, #{pushCommunitys,jdbcType=VARCHAR}, #{pushBuildings,jdbcType=VARCHAR}, #{pushChannels,jdbcType=VARCHAR}, #{pushDeviceTypes,jdbcType=VARCHAR}, #{pushUrl,jdbcType=VARCHAR}, #{period,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createBy,jdbcType=VARCHAR}, #{updateBy,jdbcType=VARCHAR}, #{dateCreate,jdbcType=TIMESTAMP}, #{dateUpdate,jdbcType=TIMESTAMP}) insert into sc_device_info_push_config receiver_name, push_method, push_customers, push_communitys, push_buildings, push_channels, push_device_types, push_url, period, `status`, create_by, update_by, date_create, date_update, #{receiverName,jdbcType=VARCHAR}, #{pushMethod,jdbcType=VARCHAR}, #{pushCustomers,jdbcType=VARCHAR}, #{pushCommunitys,jdbcType=VARCHAR}, #{pushBuildings,jdbcType=VARCHAR}, #{pushChannels,jdbcType=VARCHAR}, #{pushDeviceTypes,jdbcType=VARCHAR}, #{pushUrl,jdbcType=VARCHAR}, #{period,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createBy,jdbcType=VARCHAR}, #{updateBy,jdbcType=VARCHAR}, #{dateCreate,jdbcType=TIMESTAMP}, #{dateUpdate,jdbcType=TIMESTAMP}, update sc_device_info_push_config receiver_name = #{receiverName,jdbcType=VARCHAR}, push_method = #{pushMethod,jdbcType=VARCHAR}, push_customers = #{pushCustomers,jdbcType=VARCHAR}, push_communitys = #{pushCommunitys,jdbcType=VARCHAR}, push_buildings = #{pushBuildings,jdbcType=VARCHAR}, push_channels = #{pushChannels,jdbcType=VARCHAR}, push_device_types = #{pushDeviceTypes,jdbcType=VARCHAR}, push_url = #{pushUrl,jdbcType=VARCHAR}, period = #{period,jdbcType=VARCHAR}, `status` = #{status,jdbcType=INTEGER}, create_by = #{createBy,jdbcType=VARCHAR}, update_by = #{updateBy,jdbcType=VARCHAR}, date_create = #{dateCreate,jdbcType=TIMESTAMP}, date_update = #{dateUpdate,jdbcType=TIMESTAMP}, where id = #{id,jdbcType=INTEGER} update sc_device_info_push_config set receiver_name = #{receiverName,jdbcType=VARCHAR}, push_method = #{pushMethod,jdbcType=VARCHAR}, push_customers = #{pushCustomers,jdbcType=VARCHAR}, push_communitys = #{pushCommunitys,jdbcType=VARCHAR}, push_buildings = #{pushBuildings,jdbcType=VARCHAR}, push_channels = #{pushChannels,jdbcType=VARCHAR}, push_device_types = #{pushDeviceTypes,jdbcType=VARCHAR}, push_url = #{pushUrl,jdbcType=VARCHAR}, period = #{period,jdbcType=VARCHAR}, `status` = #{status,jdbcType=INTEGER}, create_by = #{createBy,jdbcType=VARCHAR}, update_by = #{updateBy,jdbcType=VARCHAR}, date_create = #{dateCreate,jdbcType=TIMESTAMP}, date_update = #{dateUpdate,jdbcType=TIMESTAMP} where id = #{id,jdbcType=INTEGER}