|
@@ -18,8 +18,7 @@ case class company_punishment_info_creditchina() extends CompanyDynamicHandle {
|
|
|
*/
|
|
|
override def get_rta_desc(old_map: Map[String, String], new_map: Map[String, String]): String = {
|
|
|
s"""决定日期:${new_map("decision_date")}
|
|
|
- |违法行为类型:${new_map("type")}
|
|
|
- |行政处罚结果:${new_map("result")}""".stripMargin
|
|
|
+ |违法行为类型:${new_map("type")}""".stripMargin
|
|
|
}
|
|
|
/**
|
|
|
* 变更时间
|