|
|
@@ -86,7 +86,7 @@ public class TMonitoringRetrievalPlanServiceImpl extends ServiceImpl<TMonitoring
|
|
|
|
|
|
QueryWrapper<TMonitoringRetrievalPlan> query = new QueryWrapper<>(tMonitoringRetrievalPlan);
|
|
|
//下穿
|
|
|
- tMonitoringRetrievalPlan.setCheckSub(true);
|
|
|
+ // tMonitoringRetrievalPlan.setCheckSub(true);
|
|
|
List<SysOrg> data = remoteOrgService.selectSysOrgByParentId(MINUS_ONE.longValue(), SecurityConstants.INNER);
|
|
|
if (null == tMonitoringRetrievalPlan.getOrgId()) {
|
|
|
tMonitoringRetrievalPlan.setOrgId(data.get(0).getId());
|