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