|
@@ -21,7 +21,7 @@ case class company_court_announcement(is_inc:Boolean) extends DailyAggHandle wit
|
|
|
list = list ++ getEntity(defendant_info, "litigant_id", "name", NgCompanyRiskLevelType.Caution, "当事人")
|
|
|
|
|
|
val plaintiff_info = new_data.getOrEmptyStr("plaintiff_info")
|
|
|
- list = list ++ getEntity(plaintiff_info, "litigant_id", "name", NgCompanyRiskLevelType.Prompt, "当事人")
|
|
|
+ list = list ++ getEntity(plaintiff_info, "litigant_id", "name", NgCompanyRiskLevelType.Caution, "当事人")
|
|
|
list.distinct
|
|
|
} catch {
|
|
|
case e: Exception => {
|