|
@@ -13,15 +13,34 @@ case class NgChangeExtractArgs(project: String = "winhc_ng"
|
|
|
|
|
|
|
|
|
object NgChangeExtractArgs {
|
|
|
- val startArgs: Seq[NgChangeExtractArgs] = Seq(
|
|
|
+ val startArgs: Seq[NgChangeExtractArgs] =
|
|
|
+ Seq(
|
|
|
NgChangeExtractArgs(tableName = "company_holder", primaryFields = "holder_id,percent,amount,deleted", newlyRegister = true)
|
|
|
, NgChangeExtractArgs(tableName = "company_staff", primaryFields = "staff_type,deleted", newlyRegister = true)
|
|
|
, NgChangeExtractArgs(tableName = "company", primaryKey = "company_id", primaryFields = "name,cate_third_code,county_code,reg_capital_amount,legal_entity_name,legal_entity_id,reg_capital,reg_location,business_scope,reg_status_std")
|
|
|
, NgChangeExtractArgs(tableName = "company_tm", primaryFields = "status")
|
|
|
, NgChangeExtractArgs(tableName = "company_icp", primaryFields = "domain")
|
|
|
) ++ Seq(
|
|
|
- "company_abnormal_info"
|
|
|
- ,"company_app_info"
|
|
|
- ,"auction_tracking"
|
|
|
+ "auction_tracking"
|
|
|
+ , "company_abnormal_info"
|
|
|
+ , "company_court_announcement"
|
|
|
+ , "company_court_open_announcement"
|
|
|
+ , "company_court_register"
|
|
|
+ , "company_env_punishment"
|
|
|
+ , "company_illegal_info"
|
|
|
+ , "company_own_tax"
|
|
|
+ , "company_punishment_info"
|
|
|
+ , "company_punishment_info_creditchina"
|
|
|
+ , "company_send_announcement"
|
|
|
+ , "company_tax_contravention"
|
|
|
+ , "zxr_evaluate_results"
|
|
|
+
|
|
|
+ , "company_check_info"
|
|
|
+ , "company_double_random_check_info"
|
|
|
+ , "company_finance"
|
|
|
+ , "company_license"
|
|
|
+ , "company_license_creditchina"
|
|
|
+ , "company_license_entpub"
|
|
|
+
|
|
|
).map(r => NgChangeExtractArgs(tableName = r))
|
|
|
}
|