This commit is contained in:
gaojiabao
2023-05-15 17:28:35 +08:00
parent 48448e43d3
commit 3d83d2b775
@@ -277,14 +277,10 @@ public class BusProcessNewServiceImpl extends ServiceImpl<BusProcessNewMapper, B
if(processInstance!=null) { if(processInstance!=null) {
runtimeService.deleteProcessInstance(newData.getPId(), "原始数据已被更改"); runtimeService.deleteProcessInstance(newData.getPId(), "原始数据已被更改");
//更名流程 在这里有删除的情况下才进行发送没有则不发送 //更名流程 在这里有删除的情况下才进行发送没有则不发送
if(StringUtils.isNotBlank(log)){
log = log+","+esIdMesg;
} else {
log = esIdMesg; log = esIdMesg;
} }
} }
} }
}
}else { }else {
if(esId.equals(esIdMesg)){ if(esId.equals(esIdMesg)){
webServiceOAService.deleteOAByPid(newData.getPId()); webServiceOAService.deleteOAByPid(newData.getPId());
@@ -292,14 +288,10 @@ public class BusProcessNewServiceImpl extends ServiceImpl<BusProcessNewMapper, B
if(processInstance!=null) { if(processInstance!=null) {
runtimeService.deleteProcessInstance(newData.getPId(), "原始数据已被更改"); runtimeService.deleteProcessInstance(newData.getPId(), "原始数据已被更改");
//更名流程 在这里有删除的情况下才进行发送没有则不发送 //更名流程 在这里有删除的情况下才进行发送没有则不发送
if(StringUtils.isNotBlank(log)){
log = log+","+esIdMesg;
} else {
log = esIdMesg; log = esIdMesg;
} }
} }
} }
}
} }
} }