|
@@ -16,7 +16,7 @@ case class company_equity_info(is_inc:Boolean) extends DailyAggHandle with Compl
|
|
|
|
|
|
override def getAssociationEntityInfo(new_data: Map[String, String]): Seq[AssociationEntityInfo] = {
|
|
|
getEntity(new_data.getOrEmptyStr("pledgor_info"),"pledgor_id","pledgor",NgCompanyRiskLevelType.Caution,"")++
|
|
|
- getEntity(new_data.getOrEmptyStr("pledgee_info"),"pledgee_id","pledgee",NgCompanyRiskLevelType.Positive,"")
|
|
|
+ getEntity(new_data.getOrEmptyStr("pledgee_info"),"pledgee_id","pledgee",NgCompanyRiskLevelType.Prompt,"")
|
|
|
}
|
|
|
}
|
|
|
|