|
@@ -19,7 +19,7 @@ case class auction_tracking(is_inc:Boolean) extends DailyAggHandle with SimpleDa
|
|
try {
|
|
try {
|
|
var list: mutable.Seq[AssociationEntityInfo] = mutable.Seq.empty
|
|
var list: mutable.Seq[AssociationEntityInfo] = mutable.Seq.empty
|
|
val company_info = new_data.getOrEmptyStr("company_info")
|
|
val company_info = new_data.getOrEmptyStr("company_info")
|
|
- list = list ++ getEntity(company_info, "company_id", "company_name", NgCompanyRiskLevelType.Prompt, null)
|
|
|
|
|
|
+ list = list ++ getEntity(company_info, "company_id", "company_name", NgCompanyRiskLevelType.Caution, null)
|
|
list
|
|
list
|
|
} catch {
|
|
} catch {
|
|
case e: Exception => {
|
|
case e: Exception => {
|