优化
This commit is contained in:
+2
-10
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user