|
|
@@ -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()));
|