|
|
@@ -103,7 +103,7 @@ public class PatchService {
|
|
|
if(po.getCompleteTime()==null ||StringUtils.isAnyBlank(po.getId(),po.getTaskKey(),po.getProcInstId())){
|
|
|
throw new RuntimeException("必选栏位不能为空");
|
|
|
}
|
|
|
- if(po.getTaskName() != null && po.getDurMs() ==0){
|
|
|
+ if(po.getTaskName() != null && po.getDurMs() !=null && po.getDurMs() ==0){
|
|
|
// 发起节点
|
|
|
continue;
|
|
|
}
|