Commit 7f1fd233 authored by 李松's avatar 李松

修改代办摘要

parent 24182648
......@@ -130,7 +130,7 @@ public class JgChangeRegistrationNameServiceImpl extends BaseService<JgChangeReg
public final static String CHANGE_NAME = "更名变更";
public static String JG_COMAPNY_TYPE = "监管机构";
private static String template = "%s发起更名变更登记业务申请,【申请单号:%s】";
private static String template = "发起【更名变更登记】业务申请,【申请单号:%s】";
@Autowired
private JgRegistrationHistoryMapper jgRegistrationHistoryMapper;
@Autowired
......@@ -380,7 +380,7 @@ public class JgChangeRegistrationNameServiceImpl extends BaseService<JgChangeReg
* @return 摘要
*/
private String buildTaskContent(JgChangeRegistrationName dto) {
return String.format(template, dto.getCreateUserName(), dto.getApplyNo());
return String.format(template, dto.getApplyNo());
}
......
......@@ -952,8 +952,8 @@ public class JgChangeRegistrationReformServiceImpl extends BaseService<JgChangeR
* @deprecated 动态获取
*/
public String getSummaryInfo(JgChangeRegistrationReform jgChangeRegistrationReform) {
String result = "%s发起%s的业务申请,【申请单号:%s】";
return String.format(result, Optional.ofNullable(jgChangeRegistrationReform.getCreateUserName()).orElse("无"), bussinessType, jgChangeRegistrationReform.getApplyNo());
String result = "发起【%s】的业务申请,【申请单号:%s】";
return String.format(result, bussinessType, jgChangeRegistrationReform.getApplyNo());
}
/**
......
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