|
@@ -74,7 +74,7 @@ case class CompanyIncSummary(s: SparkSession,
|
|
|
, project = "winhc_eci_dev"
|
|
|
, tableName = "company_land_mortgage"
|
|
|
, cidField = "split(rowkey,'_')[0]"
|
|
|
-// , where = "deleted = 0"
|
|
|
+ // , where = "deleted = 0"
|
|
|
, groupByInfo = GroupByInfo(field = "type", value_alias = Seq(
|
|
|
("mortgagor", "company_land_mortgage_mortgagor")
|
|
|
, ("mortgagee", "company_land_mortgage_mortgagee")
|
|
@@ -103,7 +103,12 @@ case class CompanyIncSummary(s: SparkSession,
|
|
|
}
|
|
|
|
|
|
case _ => {
|
|
|
- my_calc()
|
|
|
+ CompanySummaryPro(s = spark
|
|
|
+ , project = "winhc_eci_dev"
|
|
|
+ , tableName = tableName
|
|
|
+ , cidField = "split(rowkey,'_')[0]"
|
|
|
+ ).calc()
|
|
|
+ // my_calc()
|
|
|
}
|
|
|
}
|
|
|
}
|