فهرست منبع

task-6348 同步matser体系运行记录盒时间代码

xiexh 4 ماه پیش
والد
کامیت
abdc60bdb2

+ 2 - 1
ibps-provider-root/modules/provider-platform/src/main/java/com/lc/ibps/platform/service/PatchService.java

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