Commit 06686ef2 authored by suhuiguang's avatar suhuiguang

1.暂存摘要名称修改

parent 99aa60ec
......@@ -256,7 +256,7 @@ public class JgChangeRegistrationNameServiceImpl extends BaseService<JgChangeReg
dto.setChangeCertificate(null);
taskModelDto.setModel(dto);
//摘要 按原有规则组装
taskModelDto.setTaskContent("来自"+dto.getUseUnitCreditCode()+"【"+dto.getReceiveOrgName()+"】的业务办理,【申请单号:"+dto.getApplyNo()+"】");
taskModelDto.setTaskContent(buildTaskContent(dto) + "待提交");
//申请单号
taskModelDto.setTaskCode(dto.getApplyNo());
//业务类型枚举code值
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment