|
@@ -189,22 +189,6 @@ public class MapDataController {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 根据ID查询地图纠错详细
|
|
|
- */
|
|
|
- @GetMapping("/getMapErrorDetail")
|
|
|
- public Map<String, Object> getMapErrorDetail(Integer id) {
|
|
|
- try {
|
|
|
- if (Blank.notBlank(id)) {
|
|
|
- return mapDataService.getMapErrorDetail(id);
|
|
|
- }
|
|
|
- return SendUtil.send(false, "", "id为空");
|
|
|
- } catch (Exception e) {
|
|
|
- e.printStackTrace();
|
|
|
- }
|
|
|
- return SendUtil.send(false, ConstStr.DATA_NOT_FOUND);
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
* 根据地址或类型模糊查询地图
|
|
|
*/
|
|
|
@GetMapping("/queryMap")
|