|
|
|
@ -334,6 +334,10 @@ public class PointServiceImpl implements PointService { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
score = domicileType.getCountNum(); |
|
|
|
score = domicileType.getCountNum(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
String context = ""; |
|
|
|
|
|
|
|
if (domicileType.getCountNum() > 1) { |
|
|
|
|
|
|
|
context = "其中一件"; |
|
|
|
|
|
|
|
} |
|
|
|
ClueData data = ClueData.builder() |
|
|
|
ClueData data = ClueData.builder() |
|
|
|
.name(personal.getName()) |
|
|
|
.name(personal.getName()) |
|
|
|
.id(personal.getId().toString()) |
|
|
|
.id(personal.getId().toString()) |
|
|
|
@ -341,7 +345,7 @@ public class PointServiceImpl implements PointService { |
|
|
|
.tag("受到行政处罚") |
|
|
|
.tag("受到行政处罚") |
|
|
|
.eventTime(LocalDateTime.now()) |
|
|
|
.eventTime(LocalDateTime.now()) |
|
|
|
.personId(personal.getId()) |
|
|
|
.personId(personal.getId()) |
|
|
|
.sourceData("发现该人员涉及" + domicileType.getCountNum() + "起案件,其中一件为“" + domicileType.getAjmc() + "”,案件编号:" |
|
|
|
.sourceData("发现该人员涉及" + domicileType.getCountNum() + "起案件," + context + "为“" + domicileType.getAjmc() + "”,案件编号:" |
|
|
|
+ domicileType.getAjbh() + ",处罚内容为“" + domicileType.getCfms1() |
|
|
|
+ domicileType.getAjbh() + ",处罚内容为“" + domicileType.getCfms1() |
|
|
|
+ "”。因受到" + domicileType.getCountNum() + "起行政处罚,增加风险分" + score + "分") |
|
|
|
+ "”。因受到" + domicileType.getCountNum() + "起行政处罚,增加风险分" + score + "分") |
|
|
|
.build(); |
|
|
|
.build(); |
|
|
|
|