|
@@ -56,8 +56,6 @@ public interface CommandCenterMapper {
|
|
|
*/
|
|
|
List<ProjectBody> getKeyProjects(CommandCenterBO commandCenterBO);
|
|
|
|
|
|
- List<Map<String, Object>> getKeyProjectsCamera(CommandCenterBO commandCenterBO);
|
|
|
-
|
|
|
List<AreaBody> getImportAreaType(CommandCenterBO commandCenterBO);
|
|
|
|
|
|
List<Map<String, Object>> getImportAreaList(CommandCenterBO commandCenterBO);
|
|
@@ -92,9 +90,9 @@ public interface CommandCenterMapper {
|
|
|
|
|
|
List<Map<String, Object>> fireList(AgricultureViewBO agricultureViewBO);
|
|
|
|
|
|
- List<Map<String,Object>> getLocation(AgricultureViewBO agricultureViewBO);
|
|
|
+ List<Map<String, Object>> getLocation(AgricultureViewBO agricultureViewBO);
|
|
|
|
|
|
- List<Map<String,Object>> getLocationWithCamera(AgricultureViewBO agricultureViewBO);
|
|
|
+ List<Map<String, Object>> getLocationWithCamera(AgricultureViewBO agricultureViewBO);
|
|
|
|
|
|
List<CenterdataTKeyProjectsSchedule> getKeyProjectsSchedule(CommandCenterBO commandCenterBO);
|
|
|
}
|