Browse Source

绩效考核 还没做完

ys321973351 1 year ago
parent
commit
a22fd96fbc

+ 0 - 1
itdmServer/module-iTDM/src/main/java/org/jeecg/modules/flowpath/service/impl/ItdmRunFlowPathServiceImpl.java

@@ -97,7 +97,6 @@ public class ItdmRunFlowPathServiceImpl extends ServiceImpl<ItdmRunFlowPathMappe
             itdmRunFlowPathStepMapper.insert(itdmRunFlowPathStep);
         }
 
-        logService.insert(itdmRunFlowPath.getFlowPathId(), itdmRunFlowPath.getDqSetp(), list.get(0).getId(), "创建", "");
 
     }
 }