luowei il y a 1 an
Parent
commit
83a8c69c8f

+ 1 - 0
soc-modules/soc-modules-core/src/main/java/com/xunmei/core/access/service/impl/TMonitoringRetrievalPlanServiceImpl.java

@@ -414,6 +414,7 @@ public class TMonitoringRetrievalPlanServiceImpl extends ServiceImpl<TMonitoring
         } else {
             tMonitoringRetrievalPlan.setCreateType(1);
             tMonitoringRetrievalPlan.setIsDistribute("1");
+            baseMapper.updateById(tMonitoringRetrievalPlan);
             SysOrg sysOrg = new SysOrg();
             sysOrg.setPath(nowUserOrg.getPath());
             sysOrg.setType(Integer.valueOf(tMonitoringRetrievalPlan.getOrgType()));