|
|
@@ -431,15 +431,15 @@ public class BpmProcInstServiceImpl implements BpmProcInstService {
|
|
|
return;
|
|
|
}
|
|
|
//名称后拼接年份,部门,人员名称
|
|
|
- APIResult<PartyEmployeePo> user = iPartyEmployeeService.get(ContextUtil.getCurrentUserId());
|
|
|
- String orgName =user.getData().getOrgName();
|
|
|
- String name = user.getData().getName();
|
|
|
- String moreInfo = "{"+this.getSysYear()+"/"+orgName+"/"+name+"}";
|
|
|
+ //APIResult<PartyEmployeePo> user = iPartyEmployeeService.get(ContextUtil.getCurrentUserId());
|
|
|
+ //String orgName =user.getData().getOrgName();
|
|
|
+ //String name = user.getData().getName();
|
|
|
+ //String moreInfo = "{"+this.getSysYear()+"/"+orgName+"/"+name+"}";
|
|
|
|
|
|
BpmInstPo bpmInstPo = (BpmInstPo)instance;
|
|
|
IBpmProcDefine<IBpmProcExtendDefine> processDef = bpmDefineReader.getBpmProcDefine(bpmInstPo.getProcDefId());
|
|
|
String subject = bpmInstRepository.getSubject(processDef, procInstCmd, bpmInstPo);
|
|
|
- subject = subject + moreInfo;
|
|
|
+ //subject = subject + moreInfo;
|
|
|
|
|
|
bpmInstPo.setSubject(subject);
|
|
|
BpmInst bpmInst = bpmInstRepository.newInstance(bpmInstPo);
|