|
@@ -19,10 +19,10 @@ case class restrictions_on_exit(is_inc:Boolean) extends DailyAggHandle with Sim
|
|
|
Seq(
|
|
|
AssociationEntityInfo(keyno = new_data.getOrEmptyStr("limited_person_pid")
|
|
|
, name = new_data.getOrEmptyStr("limited_person")
|
|
|
- , risk_level = NgCompanyRiskLevelType.Caution, null)
|
|
|
+ , risk_level = NgCompanyRiskLevelType.HighRisk, null)
|
|
|
,AssociationEntityInfo(keyno = new_data.getOrEmptyStr("executed_person_keyno")
|
|
|
, name = new_data.getOrEmptyStr("executed_person_name")
|
|
|
- , risk_level = NgCompanyRiskLevelType.Caution, null)
|
|
|
+ , risk_level = NgCompanyRiskLevelType.HighRisk, null)
|
|
|
)
|
|
|
|
|
|
}
|