Слияние кода завершено, страница обновится автоматически
update service_field set name='商户标识' where index_code = 'hub_combos' and code = 'shop_id';
update service_field set name='级别' where index_code = 'hub_combos' and code = 'level_id';
update service_field set name='计费类型:10收费 20免费' where index_code = 'hub_combos' and code = 'type';
update service_field set name='名称' where index_code = 'hub_combos' and code = 'name';
update service_field set name='代码' where index_code = 'hub_combos' and code = 'code';
update service_field set name='库存分类' where index_code = 'hub_combos' and code = 'sku_type_id';
update service_field set name='套餐类型' where index_code = 'hub_combos' and code = 'single_quota';
update service_field set name='描述' where index_code = 'hub_combos' and code = 'description';
update service_field set name='生效' where index_code = 'hub_combos' and code = 'active';
update service_field set name='状态' where index_code = 'hub_combos' and code = 'state';
update service_field set name='数量' where index_code = 'hub_combos' and code = 'item_count';
update service_field set name='顺序' where index_code = 'hub_combos' and code = 'number';
update service_field set name='失效期' where index_code = 'hub_combos' and code = 'expired';
update service_field set name='品项' where index_code = 'hub_combos' and code = 'spu_id';
update service_field set name='折扣率' where index_code = 'hub_combos' and code = 'discount';
update service_field set name='套餐价' where index_code = 'hub_combos' and code = 'total';
update service_field set name='原价' where index_code = 'hub_combos' and code = 'original_total';
update service_field set name='合约类型' where index_code = 'hub_combos' and code = 'contract_type_id';
update service_field set name='周期数据' where index_code = 'hub_combos' and code = 'schedule_qty';
update service_field set name='币种' where index_code = 'hub_combos' and code = 'currency_id';
update service_field set name='审核状态' where index_code = 'hub_combos' and code = 'audit_state';
update service_field set name='删除人' where index_code = 'hub_combos' and code = 'deleted_by';
update service_field set name='删除时间' where index_code = 'hub_combos' and code = 'deleted_at';
update service_field set name='父级套餐标识' where index_code = 'hub_combos' and code = 'parent_id';
update service_field set name='周期' where index_code = 'hub_combos' and code = 'schedule_uom';
update service_field set name='版本' where index_code = 'hub_combos' and code = 'version';
update service_field set name='领域' where index_code = 'hub_combos' and code = 'domain_id';
update service_field set name='库存项' where index_code = 'hub_combos' and code = 'shop_sku_id';
update service_field set name='供货子项' where index_code = 'hub_combos' and code = 'biz_avab_line_id';
update service_field set name='原稿' where index_code = 'hub_combos' and code = 'source_id';
update service_field set name='hub_contracts' where index_code = 'hub_combos' and code = 'hub_contracts';
update service_field set name='创建人' where index_code = 'hub_combos' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_combos' and code = 'updated_by_id';
update service_field set name='发布日期' where index_code = 'hub_combos' and code = 'published_at';
update service_field set name='商户标识' where index_code = 'hub_combo_rels' and code = 'shop_id';
update service_field set name='套餐标识' where index_code = 'hub_combo_rels' and code = 'combo_id';
update service_field set name='子套餐' where index_code = 'hub_combo_rels' and code = 'rel_combo_id';
update service_field set name='删除时间' where index_code = 'hub_combo_rels' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_combo_rels' and code = 'deleted_by';
update service_field set name='基础' where index_code = 'hub_combo_rels' and code = 'basic';
update service_field set name='创建人' where index_code = 'hub_combo_rels' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_combo_rels' and code = 'updated_by_id';
update service_field set name='商户标识' where index_code = 'hub_contracts' and code = 'shop_id';
update service_field set name='合约类型' where index_code = 'hub_contracts' and code = 'contract_type_id';
update service_field set name='父合约标识' where index_code = 'hub_contracts' and code = 'parent_id';
update service_field set name='立约方帐户' where index_code = 'hub_contracts' and code = 'shop_account_id';
update service_field set name='是否建帐' where index_code = 'hub_contracts' and code = 'is_account_based';
update service_field set name='合约名称' where index_code = 'hub_contracts' and code = 'name';
update service_field set name='代码' where index_code = 'hub_contracts' and code = 'code';
update service_field set name='合约描述' where index_code = 'hub_contracts' and code = 'description';
update service_field set name='顺序' where index_code = 'hub_contracts' and code = 'list_order';
update service_field set name='版本' where index_code = 'hub_contracts' and code = 'version';
update service_field set name='周期' where index_code = 'hub_contracts' and code = 'schedule_uom';
update service_field set name='周期数量' where index_code = 'hub_contracts' and code = 'schedule_qty';
update service_field set name='合约协议文本' where index_code = 'hub_contracts' and code = 'text_url';
update service_field set name='生效' where index_code = 'hub_contracts' and code = 'active';
update service_field set name='审核状态' where index_code = 'hub_contracts' and code = 'audit_state';
update service_field set name='删除时间' where index_code = 'hub_contracts' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_contracts' and code = 'deleted_by';
update service_field set name='原型的合约类型' where index_code = 'hub_contracts' and code = 'platform_id';
update service_field set name='应用' where index_code = 'hub_contracts' and code = 'application_id';
update service_field set name='地区' where index_code = 'hub_contracts' and code = 'region_id';
update service_field set name='状态' where index_code = 'hub_contracts' and code = 'state';
update service_field set name='配额使用范围:10:签约方 20:立约方' where index_code = 'hub_contracts' and code = 'quota_limit';
update service_field set name='hub_shop_contracts' where index_code = 'hub_contracts' and code = 'hub_shop_contracts';
update service_field set name='hub_combos' where index_code = 'hub_contracts' and code = 'hub_combos';
update service_field set name='创建人' where index_code = 'hub_contracts' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_contracts' and code = 'updated_by_id';
update service_field set name='发布日期' where index_code = 'hub_contracts' and code = 'published_at';
update service_field set name='是否默认' where index_code = 'hub_contracts' and code = 'is_default';
update service_field set name='原合约模板' where index_code = 'hub_contracts' and code = 'src_contract_id';
update service_field set name='商户标识' where index_code = 'hub_contract_combos' and code = 'shop_id';
update service_field set name='合约标识' where index_code = 'hub_contract_combos' and code = 'contract_id';
update service_field set name='套餐标识' where index_code = 'hub_contract_combos' and code = 'combo_id';
update service_field set name='基础套餐' where index_code = 'hub_contract_combos' and code = 'basic';
update service_field set name='删除时间' where index_code = 'hub_contract_combos' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_contract_combos' and code = 'deleted_by';
update service_field set name='创建人' where index_code = 'hub_contract_combos' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_contract_combos' and code = 'updated_by_id';
update service_field set name='地区' where index_code = 'hub_contract_types' and code = 'service_region_id';
update service_field set name='终端类型' where index_code = 'hub_contract_types' and code = 'end_type';
update service_field set name='合作类型' where index_code = 'hub_contract_types' and code = 'partner_type';
update service_field set name='公司户' where index_code = 'hub_contract_types' and code = 'is_company';
update service_field set name='名称' where index_code = 'hub_contract_types' and code = 'name';
update service_field set name='代码' where index_code = 'hub_contract_types' and code = 'code';
update service_field set name='触点提示语' where index_code = 'hub_contract_types' and code = 'trigger_remark';
update service_field set name='生效' where index_code = 'hub_contract_types' and code = 'active';
update service_field set name='顺序' where index_code = 'hub_contract_types' and code = 'list_order';
update service_field set name='创建人' where index_code = 'hub_contract_types' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_contract_types' and code = 'updated_by_id';
update service_field set name='上级编码' where index_code = 'hub_dictionarys' and code = 'parent_id';
update service_field set name='名称' where index_code = 'hub_dictionarys' and code = 'name';
update service_field set name='字典类别' where index_code = 'hub_dictionarys' and code = 'category';
update service_field set name='删除时间' where index_code = 'hub_dictionarys' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_dictionarys' and code = 'deleted_by';
update service_field set name='代码' where index_code = 'hub_dictionarys' and code = 'code';
update service_field set name='字典编码' where index_code = 'hub_dictionarys' and code = 'dict_id';
update service_field set name='创建人' where index_code = 'hub_dictionarys' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_dictionarys' and code = 'updated_by_id';
update service_field set name='商户标识' where index_code = 'hub_incentives' and code = 'shop_id';
update service_field set name='激励物标识' where index_code = 'hub_incentives' and code = 'object_id';
update service_field set name='激励物类型 10免费套餐、20奖品、30优惠券' where index_code = 'hub_incentives' and code = 'object_type';
update service_field set name='目录项' where index_code = 'hub_incentives' and code = 'spu_listprice_id';
update service_field set name='生效' where index_code = 'hub_incentives' and code = 'active';
update service_field set name='审核状态' where index_code = 'hub_incentives' and code = 'audit_state';
update service_field set name='状态' where index_code = 'hub_incentives' and code = 'state';
update service_field set name='删除时间' where index_code = 'hub_incentives' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_incentives' and code = 'deleted_by';
update service_field set name='产品型号' where index_code = 'hub_incentives' and code = 'product_model';
update service_field set name='激励名称' where index_code = 'hub_incentives' and code = 'name';
update service_field set name='事件类型:10签约20达标30升级' where index_code = 'hub_incentives' and code = 'type';
update service_field set name='跨周期' where index_code = 'hub_incentives' and code = 'over_period';
update service_field set name='折扣率' where index_code = 'hub_incentives' and code = 'discount';
update service_field set name='产品价格' where index_code = 'hub_incentives' and code = 'product_price';
update service_field set name='发布人' where index_code = 'hub_incentives' and code = 'published_by';
update service_field set name='激励物名称' where index_code = 'hub_incentives' and code = 'object_name';
update service_field set name='套餐类型名称(激励物类型为10才有值)' where index_code = 'hub_incentives' and code = 'combo_type_name';
update service_field set name='套餐类型等级名称(激励物类型为10才有值)' where index_code = 'hub_incentives' and code = 'combo_level_name';
update service_field set name='单位' where index_code = 'hub_incentives' and code = 'unit';
update service_field set name='激励为奖品时描述' where index_code = 'hub_incentives' and code = 'description';
update service_field set name='创建人' where index_code = 'hub_incentives' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_incentives' and code = 'updated_by_id';
update service_field set name='发布日期' where index_code = 'hub_incentives' and code = 'published_at';
update service_field set name='数量' where index_code = 'hub_indicators' and code = 'qty';
update service_field set name='商户标识' where index_code = 'hub_indicators' and code = 'shop_id';
update service_field set name='指标' where index_code = 'hub_indicators' and code = 'metrics_id';
update service_field set name='指标日期' where index_code = 'hub_indicators' and code = 'indicator_date';
update service_field set name='创建人' where index_code = 'hub_indicators' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_indicators' and code = 'updated_by_id';
update service_field set name='商户' where index_code = 'hub_levels' and code = 'shop_id';
update service_field set name='服务标识' where index_code = 'hub_levels' and code = 'service_mapper_id';
update service_field set name='签约标识' where index_code = 'hub_levels' and code = 'contract_type_id';
update service_field set name='级别政策' where index_code = 'hub_levels' and code = 'mapper_type';
update service_field set name='徽章' where index_code = 'hub_levels' and code = 'mark';
update service_field set name='名称' where index_code = 'hub_levels' and code = 'name';
update service_field set name='代码' where index_code = 'hub_levels' and code = 'code';
update service_field set name='生效' where index_code = 'hub_levels' and code = 'active';
update service_field set name='顺序' where index_code = 'hub_levels' and code = 'list_order';
update service_field set name='删除时间' where index_code = 'hub_levels' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_levels' and code = 'deleted_by';
update service_field set name='状态' where index_code = 'hub_levels' and code = 'state';
update service_field set name='发布人' where index_code = 'hub_levels' and code = 'published_by';
update service_field set name='等级顺序' where index_code = 'hub_levels' and code = 'sequence';
update service_field set name='单品优惠率' where index_code = 'hub_levels' and code = 'single_rate';
update service_field set name='套餐优惠率' where index_code = 'hub_levels' and code = 'combo_rate';
update service_field set name='创建人' where index_code = 'hub_levels' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_levels' and code = 'updated_by_id';
update service_field set name='发布日期' where index_code = 'hub_levels' and code = 'published_at';
update service_field set name='商户标识' where index_code = 'hub_meters' and code = 'shop_id';
update service_field set name='签约方' where index_code = 'hub_meters' and code = 'signer_shop_id';
update service_field set name='签约标识' where index_code = 'hub_meters' and code = 'shop_contract_id';
update service_field set name='订单名称' where index_code = 'hub_meters' and code = 'name';
update service_field set name='订单代码' where index_code = 'hub_meters' and code = 'code';
update service_field set name='顺序' where index_code = 'hub_meters' and code = 'list_order';
update service_field set name='类型 10配额20任务 30激励40分配' where index_code = 'hub_meters' and code = 'type';
update service_field set name='数量' where index_code = 'hub_meters' and code = 'qty';
update service_field set name='删除时间' where index_code = 'hub_meters' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_meters' and code = 'deleted_by';
update service_field set name='hub_meter_lines' where index_code = 'hub_meters' and code = 'hub_meter_lines';
update service_field set name='创建人' where index_code = 'hub_meters' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_meters' and code = 'updated_by_id';
update service_field set name='签约配额或者激励标识' where index_code = 'hub_meters' and code = 'object_id';
update service_field set name='商户标识' where index_code = 'hub_meter_lines' and code = 'shop_id';
update service_field set name='签约方' where index_code = 'hub_meter_lines' and code = 'signer_shop_id';
update service_field set name='咪表标识' where index_code = 'hub_meter_lines' and code = 'meter_id';
update service_field set name='使用日期' where index_code = 'hub_meter_lines' and code = 'day';
update service_field set name='使用数量' where index_code = 'hub_meter_lines' and code = 'qty';
update service_field set name='顺序' where index_code = 'hub_meter_lines' and code = 'list_order';
update service_field set name='hub_meter' where index_code = 'hub_meter_lines' and code = 'hub_meter';
update service_field set name='类型' where index_code = 'hub_meter_lines' and code = 'type';
update service_field set name='创建人' where index_code = 'hub_meter_lines' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_meter_lines' and code = 'updated_by_id';
update service_field set name='发布日期' where index_code = 'hub_meter_lines' and code = 'published_at';
update service_field set name='指标名称' where index_code = 'hub_metrics' and code = 'name';
update service_field set name='状态:10 草稿 20 预发布 30发布 40预上架 50 预下架 60下架' where index_code = 'hub_metrics' and code = 'state';
update service_field set name='描述' where index_code = 'hub_metrics' and code = 'description';
update service_field set name='删除时间' where index_code = 'hub_metrics' and code = 'deleted_at';
update service_field set name='删除' where index_code = 'hub_metrics' and code = 'deleted_by';
update service_field set name='配额项' where index_code = 'hub_metrics' and code = 'quota_id';
update service_field set name='商户' where index_code = 'hub_metrics' and code = 'shop_id';
update service_field set name='创建人' where index_code = 'hub_metrics' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_metrics' and code = 'updated_by_id';
update service_field set name='发布日期' where index_code = 'hub_metrics' and code = 'published_at';
update service_field set name='商户标识' where index_code = 'hub_quotas' and code = 'shop_id';
update service_field set name='许可提示' where index_code = 'hub_quotas' and code = 'grant_mark';
update service_field set name='是否免费' where index_code = 'hub_quotas' and code = 'free_charge';
update service_field set name='是否不限量' where index_code = 'hub_quotas' and code = 'unlimited';
update service_field set name='周期' where index_code = 'hub_quotas' and code = 'schedule_uom';
update service_field set name='产品型号' where index_code = 'hub_quotas' and code = 'part_number';
update service_field set name='代码' where index_code = 'hub_quotas' and code = 'code';
update service_field set name='品项' where index_code = 'hub_quotas' and code = 'spu_id';
update service_field set name='描述' where index_code = 'hub_quotas' and code = 'description';
update service_field set name='顺序' where index_code = 'hub_quotas' and code = 'list_order';
update service_field set name='生效' where index_code = 'hub_quotas' and code = 'active';
update service_field set name='删除时间' where index_code = 'hub_quotas' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_quotas' and code = 'deleted_by';
update service_field set name='配额数量' where index_code = 'hub_quotas' and code = 'quota_qty';
update service_field set name='单价' where index_code = 'hub_quotas' and code = 'price';
update service_field set name='库存项' where index_code = 'hub_quotas' and code = 'sku_id';
update service_field set name='状态' where index_code = 'hub_quotas' and code = 'state';
update service_field set name='领域' where index_code = 'hub_quotas' and code = 'domain_id';
update service_field set name='实体标识 ' where index_code = 'hub_quotas' and code = 'entity_id';
update service_field set name='配额项' where index_code = 'hub_quotas' and code = 'quota_item_id';
update service_field set name='货币id' where index_code = 'hub_quotas' and code = 'currency_id';
update service_field set name='外域库存项' where index_code = 'hub_quotas' and code = 'shop_sku_id';
update service_field set name='供货子项' where index_code = 'hub_quotas' and code = 'biz_avab_line_id';
update service_field set name='创建人' where index_code = 'hub_quotas' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_quotas' and code = 'updated_by_id';
update service_field set name='发布日期' where index_code = 'hub_quotas' and code = 'published_at';
update service_field set name='商户标识' where index_code = 'hub_quota_skus' and code = 'shop_id';
update service_field set name='配额标识' where index_code = 'hub_quota_skus' and code = 'quota_id';
update service_field set name='套餐标识' where index_code = 'hub_quota_skus' and code = 'combo_id';
update service_field set name='折扣率' where index_code = 'hub_quota_skus' and code = 'discount';
update service_field set name='卖出项' where index_code = 'hub_quota_skus' and code = 'qouta_linstings_id';
update service_field set name='顺序' where index_code = 'hub_quota_skus' and code = 'list_order';
update service_field set name='有效期至' where index_code = 'hub_quota_skus' and code = 'expired';
update service_field set name='周期数量' where index_code = 'hub_quota_skus' and code = 'schedule_qty';
update service_field set name='描述' where index_code = 'hub_quota_skus' and code = 'description';
update service_field set name='删除时间' where index_code = 'hub_quota_skus' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_quota_skus' and code = 'deleted_by';
update service_field set name='配额数量' where index_code = 'hub_quota_skus' and code = 'quota_qty';
update service_field set name='总价' where index_code = 'hub_quota_skus' and code = 'total_price';
update service_field set name='单价' where index_code = 'hub_quota_skus' and code = 'price';
update service_field set name='创建人' where index_code = 'hub_quota_skus' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_quota_skus' and code = 'updated_by_id';
update service_field set name='立约方' where index_code = 'hub_shop_contracts' and code = 'shop_id';
update service_field set name='立约人' where index_code = 'hub_shop_contracts' and code = 'user_id';
update service_field set name='合约标识' where index_code = 'hub_shop_contracts' and code = 'contract_id';
update service_field set name='父签约标识' where index_code = 'hub_shop_contracts' and code = 'parent_id';
update service_field set name='签约方' where index_code = 'hub_shop_contracts' and code = 'signer_shop_id';
update service_field set name='签约人' where index_code = 'hub_shop_contracts' and code = 'signer_user_id';
update service_field set name='合约类型' where index_code = 'hub_shop_contracts' and code = 'contract_category_id';
update service_field set name='签约网址' where index_code = 'hub_shop_contracts' and code = 'sign_addr';
update service_field set name='订单标识' where index_code = 'hub_shop_contracts' and code = 'order_id';
update service_field set name='合约名称' where index_code = 'hub_shop_contracts' and code = 'name';
update service_field set name='代码' where index_code = 'hub_shop_contracts' and code = 'code';
update service_field set name='描述' where index_code = 'hub_shop_contracts' and code = 'description';
update service_field set name='合作伙伴' where index_code = 'hub_shop_contracts' and code = 'partner_id';
update service_field set name='账户' where index_code = 'hub_shop_contracts' and code = 'account_id';
update service_field set name='签约类型 10签约20续约30变更40赠送50转移' where index_code = 'hub_shop_contracts' and code = 'type';
update service_field set name='有效期开始日期' where index_code = 'hub_shop_contracts' and code = 'start_time';
update service_field set name='有效期结束日期' where index_code = 'hub_shop_contracts' and code = 'end_time';
update service_field set name='生效' where index_code = 'hub_shop_contracts' and code = 'active';
update service_field set name='审核状态' where index_code = 'hub_shop_contracts' and code = 'audit_state';
update service_field set name='状态:10 草稿 20 待签署 30签署中 40已签署 50 终止中 60 已结束 70已终止' where index_code = 'hub_shop_contracts' and code = 'state';
update service_field set name='子状态:10首次签约 20续约 30重新签约 40变更套餐 ' where index_code = 'hub_shop_contracts' and code = 'sub_state';
update service_field set name='签约期限' where index_code = 'hub_shop_contracts' and code = 'time_limit';
update service_field set name='删除时间' where index_code = 'hub_shop_contracts' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_shop_contracts' and code = 'deleted_by';
update service_field set name='终止原因' where index_code = 'hub_shop_contracts' and code = 'reason';
update service_field set name='终止时间' where index_code = 'hub_shop_contracts' and code = 'stop_time';
update service_field set name='级别' where index_code = 'hub_shop_contracts' and code = 'level_id';
update service_field set name='合约类型' where index_code = 'hub_shop_contracts' and code = 'contract_type_id';
update service_field set name='发起方:1甲方 2乙方' where index_code = 'hub_shop_contracts' and code = 'sponsor';
update service_field set name='周期' where index_code = 'hub_shop_contracts' and code = 'schedule_qty';
update service_field set name='hub_contract' where index_code = 'hub_shop_contracts' and code = 'hub_contract';
update service_field set name='hub_shop_level' where index_code = 'hub_shop_contracts' and code = 'hub_shop_level';
update service_field set name='hub_shop_contract_tasks' where index_code = 'hub_shop_contracts' and code = 'hub_shop_contract_tasks';
update service_field set name='hub_shop_contract_rewards' where index_code = 'hub_shop_contracts' and code = 'hub_shop_contract_rewards';
update service_field set name='hub_shop_contract_combos' where index_code = 'hub_shop_contracts' and code = 'hub_shop_contract_combos';
update service_field set name='hub_shop_contract_quotas' where index_code = 'hub_shop_contracts' and code = 'hub_shop_contract_quotas';
update service_field set name='创建人' where index_code = 'hub_shop_contracts' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_shop_contracts' and code = 'updated_by_id';
update service_field set name='发布日期' where index_code = 'hub_shop_contracts' and code = 'published_at';
update service_field set name='商户标识' where index_code = 'hub_shop_contract_combos' and code = 'shop_id';
update service_field set name='签约方' where index_code = 'hub_shop_contract_combos' and code = 'signer_shop_id';
update service_field set name='签约标识' where index_code = 'hub_shop_contract_combos' and code = 'shop_contract_id';
update service_field set name='套餐' where index_code = 'hub_shop_contract_combos' and code = 'combo_id';
update service_field set name='订单标识' where index_code = 'hub_shop_contract_combos' and code = 'order_id';
update service_field set name='折扣' where index_code = 'hub_shop_contract_combos' and code = 'discount';
update service_field set name='来源: 签约、任务、级别' where index_code = 'hub_shop_contract_combos' and code = 'source';
update service_field set name='有效期开始日期' where index_code = 'hub_shop_contract_combos' and code = 'start_time';
update service_field set name='有效期结束日期' where index_code = 'hub_shop_contract_combos' and code = 'end_time';
update service_field set name='删除时间' where index_code = 'hub_shop_contract_combos' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_shop_contract_combos' and code = 'deleted_by';
update service_field set name='hub_shop_contract' where index_code = 'hub_shop_contract_combos' and code = 'hub_shop_contract';
update service_field set name='创建人' where index_code = 'hub_shop_contract_combos' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_shop_contract_combos' and code = 'updated_by_id';
update service_field set name='商户标识' where index_code = 'hub_shop_contract_quotas' and code = 'shop_id';
update service_field set name='签约方' where index_code = 'hub_shop_contract_quotas' and code = 'signer_shop_id';
update service_field set name='签约标识' where index_code = 'hub_shop_contract_quotas' and code = 'shop_contract_id';
update service_field set name='签约套餐' where index_code = 'hub_shop_contract_quotas' and code = 'contract_combo_id';
update service_field set name='配额标识' where index_code = 'hub_shop_contract_quotas' and code = 'quota_sku_id';
update service_field set name='有效期开始日期' where index_code = 'hub_shop_contract_quotas' and code = 'start_time';
update service_field set name='有效期结束日期' where index_code = 'hub_shop_contract_quotas' and code = 'end_time';
update service_field set name='签约配额' where index_code = 'hub_shop_contract_quotas' and code = 'qty';
update service_field set name='预留' where index_code = 'hub_shop_contract_quotas' and code = 'reserve';
update service_field set name='分配配额' where index_code = 'hub_shop_contract_quotas' and code = 'dist';
update service_field set name='充值配额' where index_code = 'hub_shop_contract_quotas' and code = 'recharge';
update service_field set name='使用配额' where index_code = 'hub_shop_contract_quotas' and code = 'used';
update service_field set name='删除时间' where index_code = 'hub_shop_contract_quotas' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_shop_contract_quotas' and code = 'deleted_by';
update service_field set name='配额项' where index_code = 'hub_shop_contract_quotas' and code = 'quota_item_id';
update service_field set name='可用' where index_code = 'hub_shop_contract_quotas' and code = 'available';
update service_field set name='套餐' where index_code = 'hub_shop_contract_quotas' and code = 'combo_id';
update service_field set name='计费类型' where index_code = 'hub_shop_contract_quotas' and code = 'type';
update service_field set name='状态' where index_code = 'hub_shop_contract_quotas' and code = 'state';
update service_field set name='hub_shop_contract' where index_code = 'hub_shop_contract_quotas' and code = 'hub_shop_contract';
update service_field set name='创建人' where index_code = 'hub_shop_contract_quotas' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_shop_contract_quotas' and code = 'updated_by_id';
update service_field set name='商户标识' where index_code = 'hub_shop_contract_rewards' and code = 'shop_id';
update service_field set name='签约方' where index_code = 'hub_shop_contract_rewards' and code = 'signer_shop_id';
update service_field set name='签约任务' where index_code = 'hub_shop_contract_rewards' and code = 'contract_task_id';
update service_field set name='签约标识' where index_code = 'hub_shop_contract_rewards' and code = 'shop_contract_id';
update service_field set name='区间价标识' where index_code = 'hub_shop_contract_rewards' and code = 'spu_listprice_line_id';
update service_field set name='激励' where index_code = 'hub_shop_contract_rewards' and code = 'incentive_id';
update service_field set name='有效期开始日期' where index_code = 'hub_shop_contract_rewards' and code = 'start_time';
update service_field set name='有效期结束日期' where index_code = 'hub_shop_contract_rewards' and code = 'end_time';
update service_field set name='数量' where index_code = 'hub_shop_contract_rewards' and code = 'rewards_qty';
update service_field set name='删除时间' where index_code = 'hub_shop_contract_rewards' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_shop_contract_rewards' and code = 'deleted_by';
update service_field set name='父标识' where index_code = 'hub_shop_contract_rewards' and code = 'parent_id';
update service_field set name='hub_shop_contract' where index_code = 'hub_shop_contract_rewards' and code = 'hub_shop_contract';
update service_field set name='创建人' where index_code = 'hub_shop_contract_rewards' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_shop_contract_rewards' and code = 'updated_by_id';
update service_field set name='发布日期' where index_code = 'hub_shop_contract_rewards' and code = 'published_at';
update service_field set name='商户标识' where index_code = 'hub_shop_contract_tasks' and code = 'shop_id';
update service_field set name='签约方' where index_code = 'hub_shop_contract_tasks' and code = 'signer_shop_id';
update service_field set name='签约标识' where index_code = 'hub_shop_contract_tasks' and code = 'shop_contract_id';
update service_field set name='任务' where index_code = 'hub_shop_contract_tasks' and code = 'task_id';
update service_field set name='有效期开始日期' where index_code = 'hub_shop_contract_tasks' and code = 'start_time';
update service_field set name='有效期结束日期' where index_code = 'hub_shop_contract_tasks' and code = 'end_time';
update service_field set name='任务数量' where index_code = 'hub_shop_contract_tasks' and code = 'qty';
update service_field set name='删除时间' where index_code = 'hub_shop_contract_tasks' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_shop_contract_tasks' and code = 'deleted_by';
update service_field set name='状态' where index_code = 'hub_shop_contract_tasks' and code = 'state';
update service_field set name='子签约' where index_code = 'hub_shop_contract_tasks' and code = 'child_shop_contract_id';
update service_field set name='完成时间' where index_code = 'hub_shop_contract_tasks' and code = 'finish_time';
update service_field set name='分类' where index_code = 'hub_shop_contract_tasks' and code = 'category';
update service_field set name='hub_shop_contract' where index_code = 'hub_shop_contract_tasks' and code = 'hub_shop_contract';
update service_field set name='创建人' where index_code = 'hub_shop_contract_tasks' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_shop_contract_tasks' and code = 'updated_by_id';
update service_field set name='父标识' where index_code = 'hub_shop_contract_tasks' and code = 'parent_id';
update service_field set name='商户' where index_code = 'hub_shop_levels' and code = 'shop_id';
update service_field set name='签约方' where index_code = 'hub_shop_levels' and code = 'signer_shop_id';
update service_field set name='签约标识' where index_code = 'hub_shop_levels' and code = 'shop_contract_id';
update service_field set name='级别' where index_code = 'hub_shop_levels' and code = 'level_id';
update service_field set name='删除时间' where index_code = 'hub_shop_levels' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_shop_levels' and code = 'deleted_by';
update service_field set name='签约类型' where index_code = 'hub_shop_levels' and code = 'contract_type_id';
update service_field set name='创建人' where index_code = 'hub_shop_levels' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_shop_levels' and code = 'updated_by_id';
update service_field set name='商户' where index_code = 'hub_tasks' and code = 'shop_id';
update service_field set name='删除时间' where index_code = 'hub_tasks' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_tasks' and code = 'deleted_by';
update service_field set name='指标' where index_code = 'hub_tasks' and code = 'metrics_id';
update service_field set name='父任务标识' where index_code = 'hub_tasks' and code = 'parent_id';
update service_field set name='级别' where index_code = 'hub_tasks' and code = 'level_id';
update service_field set name='指标值' where index_code = 'hub_tasks' and code = 'metrics_value';
update service_field set name='周期' where index_code = 'hub_tasks' and code = 'schedule_uom';
update service_field set name='周期数量' where index_code = 'hub_tasks' and code = 'schedule_qty';
update service_field set name='任务类型id' where index_code = 'hub_tasks' and code = 'task_type_id';
update service_field set name='任务名称' where index_code = 'hub_tasks' and code = 'name';
update service_field set name='分类' where index_code = 'hub_tasks' and code = 'category';
update service_field set name='状态' where index_code = 'hub_tasks' and code = 'state';
update service_field set name='领域' where index_code = 'hub_tasks' and code = 'domain_id';
update service_field set name='配额项' where index_code = 'hub_tasks' and code = 'quota_id';
update service_field set name='等级集' where index_code = 'hub_tasks' and code = 'level_ids';
update service_field set name='incentive_list' where index_code = 'hub_tasks' and code = 'incentive_list';
update service_field set name='创建人' where index_code = 'hub_tasks' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_tasks' and code = 'updated_by_id';
update service_field set name='发布日期' where index_code = 'hub_tasks' and code = 'published_at';
update service_field set name='商户' where index_code = 'hub_task_incentives' and code = 'shop_id';
update service_field set name='任务' where index_code = 'hub_task_incentives' and code = 'task_id';
update service_field set name='激励标识' where index_code = 'hub_task_incentives' and code = 'incentive_id';
update service_field set name='数量' where index_code = 'hub_task_incentives' and code = 'qty';
update service_field set name='删除时间' where index_code = 'hub_task_incentives' and code = 'deleted_at';
update service_field set name='删除人' where index_code = 'hub_task_incentives' and code = 'deleted_by';
update service_field set name='创建人' where index_code = 'hub_task_incentives' and code = 'created_by_id';
update service_field set name='修改人' where index_code = 'hub_task_incentives' and code = 'updated_by_id'
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )