|
@@ -129,11 +129,106 @@ public class Constant {
|
|
|
, "reduce_capital_info"
|
|
|
);
|
|
|
|
|
|
+ /**
|
|
|
+ * 国网工商数据输出维度
|
|
|
+ */
|
|
|
+ public static List<String> gw_company_tns = Arrays.asList(
|
|
|
+ "company",
|
|
|
+ "company_holder",
|
|
|
+ "company_staff",
|
|
|
+ "private_enterprise",
|
|
|
+ "finance_info_v3",
|
|
|
+ "company_liquidating_info",
|
|
|
+ "company_change",
|
|
|
+ "reduce_capital_info",
|
|
|
+ "company_annual_report",
|
|
|
+ "company_annual_report_out_investment",
|
|
|
+ "company_annual_report_out_guarantee",
|
|
|
+ "company_annual_report_change",
|
|
|
+ "company_annual_report_equity_change",
|
|
|
+ "company_annual_report_holder",
|
|
|
+ "company_annual_report_webinfo",
|
|
|
+ "company_annual_report_social_security",
|
|
|
+ "company_dishonest_info",
|
|
|
+ "company_zxr",
|
|
|
+ "company_zxr_restrict",
|
|
|
+ "company_zxr_final_case",
|
|
|
+ "company_send_announcement",
|
|
|
+ "wenshu_detail_v2",
|
|
|
+ "company_court_open_announcement",
|
|
|
+ "company_court_register",
|
|
|
+ "company_court_announcement",
|
|
|
+ "company_judicial_assistance",
|
|
|
+ "auction_tracking",
|
|
|
+ "zxr_evaluate_results",
|
|
|
+ "zxr_evaluate",
|
|
|
+ "restrictions_on_exit",
|
|
|
+ "litigation_mediation",
|
|
|
+ "bankruptcy_open_case",
|
|
|
+ "bankruptcy_open_announcement",
|
|
|
+ "bankruptcy_judgment_document",
|
|
|
+ "company_punishment_info_creditchina",
|
|
|
+ "company_abnormal_info",
|
|
|
+ "company_equity_info",
|
|
|
+ "company_mortgage_info",
|
|
|
+ "company_mortgage_pawn",
|
|
|
+ "company_mortgage_change",
|
|
|
+ "company_mortgage_people",
|
|
|
+ "company_env_punishment",
|
|
|
+ "company_tax_contravention",
|
|
|
+ "company_own_tax",
|
|
|
+ "company_illegal_info",
|
|
|
+ "company_brief_cancel_announcement",
|
|
|
+ "company_brief_cancel_announcement_objection",
|
|
|
+ "company_brief_cancel_announcement_result",
|
|
|
+ "company_equity_pledge",
|
|
|
+ "company_ipr_pledge",
|
|
|
+ "cancellation_announcement",
|
|
|
+ "company_bid_all",
|
|
|
+ "company_employment",
|
|
|
+ "company_certificate",
|
|
|
+ "company_customs_credit",
|
|
|
+ "company_customs_credit_administrative_penalty",
|
|
|
+ "company_customs_credit_rating",
|
|
|
+ "company_license_creditchina_new",
|
|
|
+ "company_land_publicity",
|
|
|
+ "company_land_announcement",
|
|
|
+ "company_land_transfer",
|
|
|
+ "company_land_mortgage",
|
|
|
+ "company_tax",
|
|
|
+ "company_finance",
|
|
|
+ "company_check_info",
|
|
|
+ "property_rights_transaction",
|
|
|
+ "company_double_random_check_info",
|
|
|
+ "company_double_random_check_result_info",
|
|
|
+ "company_tm",
|
|
|
+ "company_tm_notice",
|
|
|
+ "company_tm_step",
|
|
|
+ "company_tm_goods",
|
|
|
+ "company_patent_new",
|
|
|
+ "company_copyright_reg",
|
|
|
+ "company_copyright_works",
|
|
|
+ "company_icp",
|
|
|
+ "construction_qualification",
|
|
|
+ "construction_person",
|
|
|
+ "construction_project",
|
|
|
+ "participating_units",
|
|
|
+ "construction_bid",
|
|
|
+ "construction_contract",
|
|
|
+ "working_drawing",
|
|
|
+ "completion_acceptance",
|
|
|
+ "construction_project_detail",
|
|
|
+ "construction_permit"
|
|
|
+ );
|
|
|
|
|
|
+ //同城变更表
|
|
|
public static final String show_tn_sql = ("SHOW PARTITIONS bds_data_out_tc PARTITION (ds = '@ds') ;");
|
|
|
- //基础变更表
|
|
|
+ //安硕变更表
|
|
|
public static final String base_show_tn_sql = ("SHOW PARTITIONS bds_data_out_anshuo PARTITION (ds = '@ds') ;");
|
|
|
|
|
|
+ //安硕变更表
|
|
|
+ public static final String gw_show_tn_sql = ("SHOW PARTITIONS bds_change_out_sql_gw PARTITION (ds = '@ds') ;");
|
|
|
+
|
|
|
public static final String TC_BUCKET_NAME = ("data-exchange-out-tc");
|
|
|
public static final String TC_OSS_PRE = ("data/tc");
|
|
|
|
|
@@ -141,4 +236,6 @@ public class Constant {
|
|
|
public static final String ANSHUO_OSS_PRE = ("anshuo");
|
|
|
public static final String ANSHUO_DATASOURCE = ("oss_data_as");
|
|
|
|
|
|
+ public static final String GW_DATASOURCE = "oss_data_gw";
|
|
|
+
|
|
|
}
|