Browse Source

fix: 优化单位/个人画像

master
wxc 1 month ago
parent
commit
4c06a62b1b
  1. 2
      src/main/java/com/biutag/supervision/flow/action/FirstApproveReturnAction.java
  2. 10
      src/main/java/com/biutag/supervision/pojo/dto/ModelDto.java
  3. 13
      src/main/resources/static/templates/ftl/5、民警维权抚慰申请表.xml

2
src/main/java/com/biutag/supervision/flow/action/FirstApproveReturnAction.java

@ -45,7 +45,7 @@ public class FirstApproveReturnAction implements Action {
public void updateNegative(String negativeId, String nextFlowKey) { public void updateNegative(String negativeId, String nextFlowKey) {
Negative negative = negativeService.getById(negativeId); Negative negative = negativeService.getById(negativeId);
negativeService.update(new LambdaUpdateWrapper<Negative>() negativeService.update(new LambdaUpdateWrapper<Negative>()
.set(Negative::getFlowKey, nextFlowKey) .set(Negative::getFlowKey, negative.getIsSecondHandle() ? FlowNodeEnum.VERIFY.getKey() : nextFlowKey)
.set(Negative::getUpdTime, LocalDateTime.now()) .set(Negative::getUpdTime, LocalDateTime.now())
// 当前处理对象 // 当前处理对象
.set(Negative::getCurrentProcessingObject, String.format("%s专班", negative.getHandleSecondDepartName())) .set(Negative::getCurrentProcessingObject, String.format("%s专班", negative.getHandleSecondDepartName()))

10
src/main/java/com/biutag/supervision/pojo/dto/ModelDto.java

@ -70,6 +70,10 @@ public class ModelDto {
// 预警问题处置 // 预警问题处置
private String warningHandling; private String warningHandling;
private String handleDepartType;
private String handleDepartId; private String handleDepartId;
// 业务类型 // 业务类型
@ -113,4 +117,10 @@ public class ModelDto {
// 同步机构映射 // 同步机构映射
private String clueDepartSource; private String clueDepartSource;
// 是否要求回复
private Boolean requestReply;
// 时限设置
private Integer replyLimit;
} }

13
src/main/resources/static/templates/ftl/5、民警维权抚慰申请表.xml

@ -1844,18 +1844,7 @@
<w:sz w:val="32"/> <w:sz w:val="32"/>
<w:szCs w:val="32"/> <w:szCs w:val="32"/>
</w:rPr> </w:rPr>
<w:t>备注:经济抚慰按明显性损伤2000元、轻微伤3000元、轻伤5000元、</w:t> <w:t>备注:经济抚慰按明显性损伤2000元、轻微伤3000元、轻伤5000元、重伤10000元填报,并出具伤情法医鉴定书及其它相关材料。</w:t>
</w:r>
<w:r>
<w:rPr>
<w:rFonts w:ascii="仿宋_GB2312" w:eastAsia="仿宋_GB2312" w:hAnsi="Times New Roman"
w:cs="仿宋_GB2312" w:hint="eastAsia"/>
<w:color w:val="auto"/>
<w:sz w:val="32"/>
<w:szCs w:val="32"/>
</w:rPr>
<w:lastRenderedPageBreak/>
<w:t>重伤10000元填报,并出具伤情法医鉴定书及其它相关材料。</w:t>
</w:r> </w:r>
</w:p> </w:p>
<w:p w14:paraId="67DA84A0" w14:textId="77777777" w:rsidR="00A12578" w:rsidRDefault="00A12578"/> <w:p w14:paraId="67DA84A0" w14:textId="77777777" w:rsidR="00A12578" w:rsidRDefault="00A12578"/>

Loading…
Cancel
Save