|
@@ -325,7 +325,9 @@ public class ICommandCenterServiceImpl extends BaseServiceImpl implements IComma
|
|
public List<Map<String, Object>> fourLengthOver(CommandCenterBO commandCenterBO) {
|
|
public List<Map<String, Object>> fourLengthOver(CommandCenterBO commandCenterBO) {
|
|
setSookaDataBase(commandCenterBO);
|
|
setSookaDataBase(commandCenterBO);
|
|
List<Map<String, Object>> resultList = getForestLeader(commandCenterBO);
|
|
List<Map<String, Object>> resultList = getForestLeader(commandCenterBO);
|
|
- if (resultList != null) return resultList;
|
|
|
|
|
|
+ if (resultList != null) {
|
|
|
|
+ return resultList;
|
|
|
|
+ }
|
|
// 获取河长、路长、田长 2,3,6
|
|
// 获取河长、路长、田长 2,3,6
|
|
List<Map<String, Object>> leaderList = commandCenterMapper.getLeaderList(commandCenterBO);
|
|
List<Map<String, Object>> leaderList = commandCenterMapper.getLeaderList(commandCenterBO);
|
|
// 获取所有网格
|
|
// 获取所有网格
|
|
@@ -543,14 +545,6 @@ public class ICommandCenterServiceImpl extends BaseServiceImpl implements IComma
|
|
return pointList;
|
|
return pointList;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- @Override
|
|
|
|
- @DataScopeMutiDept(deptAlias = "d")
|
|
|
|
- public List<CenterdataTForestImportarea> getImportAreaListByParams(CenterdataTForestImportarea importarea) {
|
|
|
|
- setSookaDataBase(importarea);
|
|
|
|
- return centerdataTForestImportareaMapper.selectCenterdataTForestImportareaList(importarea);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
@Override
|
|
@Override
|
|
public Map<String, Object> getKeyProjectsByDeptId(CommandCenterBO commandCenterBO) {
|
|
public Map<String, Object> getKeyProjectsByDeptId(CommandCenterBO commandCenterBO) {
|