|
@@ -6,6 +6,7 @@ import com.ruoyi.common.datascope.annotation.DataScopeMutiDept;
|
|
import com.ruoyi.common.security.utils.DictUtils;
|
|
import com.ruoyi.common.security.utils.DictUtils;
|
|
import com.sooka.sponest.data.base.service.impl.BaseServiceImpl;
|
|
import com.sooka.sponest.data.base.service.impl.BaseServiceImpl;
|
|
import com.sooka.sponest.data.digitalforest.domain.*;
|
|
import com.sooka.sponest.data.digitalforest.domain.*;
|
|
|
|
+import com.sooka.sponest.data.digitalforest.mapper.CenterdataTForestPlantMapper;
|
|
import com.sooka.sponest.data.digitalforest.mapper.ForestViewNewMapper;
|
|
import com.sooka.sponest.data.digitalforest.mapper.ForestViewNewMapper;
|
|
import com.sooka.sponest.data.digitalforest.service.IForestViewNewService;
|
|
import com.sooka.sponest.data.digitalforest.service.IForestViewNewService;
|
|
import com.sooka.sponest.data.digitalwater.domain.CenterdataTHydraulicPatrolTask;
|
|
import com.sooka.sponest.data.digitalwater.domain.CenterdataTHydraulicPatrolTask;
|
|
@@ -21,6 +22,9 @@ public class ForestViewNewServiceImpl extends BaseServiceImpl implements IForest
|
|
@Autowired
|
|
@Autowired
|
|
private ForestViewNewMapper forestViewNewMapper;
|
|
private ForestViewNewMapper forestViewNewMapper;
|
|
|
|
|
|
|
|
+ @Autowired
|
|
|
|
+ private CenterdataTForestPlantMapper centerdataTForestPlantMapper;
|
|
|
|
+
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
@Override
|
|
@Override
|
|
public List<Map<String, Object>> selectYlscsjjList(CenterdataTForestYlscsjj centerdataTForestYlscsjj) {
|
|
public List<Map<String, Object>> selectYlscsjjList(CenterdataTForestYlscsjj centerdataTForestYlscsjj) {
|
|
@@ -175,4 +179,11 @@ public class ForestViewNewServiceImpl extends BaseServiceImpl implements IForest
|
|
setSookaDataBase(centerdataTForestPlant);
|
|
setSookaDataBase(centerdataTForestPlant);
|
|
return forestViewNewMapper.selectWildPlant(centerdataTForestPlant);
|
|
return forestViewNewMapper.selectWildPlant(centerdataTForestPlant);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @DataScopeMutiDept(deptAlias = "d")
|
|
|
|
+ @Override
|
|
|
|
+ public List<CenterdataTForestPlant> remotePlantList(CenterdataTForestPlant centerdataTForestPlant) {
|
|
|
|
+ setSookaDataBase(centerdataTForestPlant);
|
|
|
|
+ return centerdataTForestPlantMapper.selectCenterdataTForestPlantList(centerdataTForestPlant);
|
|
|
|
+ }
|
|
}
|
|
}
|