src/main/java/com/dji/sample/patches/controller/PatchesController.java
@@ -133,12 +133,6 @@
                                  @RequestParam Double airportLat,
                                  @RequestParam Double airportLon) {
        List<LotInfo> lotInfos = getPatchesService.getLotInfosByIds(list);
        System.out.println(lotInfos);
        System.out.println(lotInfos);
        System.out.println(lotInfos);
        System.out.println(lotInfos);
        System.out.println(lotInfos);
        System.out.println(lotInfos);
        return GeoToolsUtil.getRoutePointOrder(lotInfos, airportLat, airportLon);
    }
@@ -171,7 +165,7 @@
    @GetMapping("/useMyTask")
    public ResponseResult useMyTask() throws Exception {
        try {
            timerUtil.myTask();
            TimerUtil.mytask10();
//            timerUtil.myTask2();
//            timerUtil.myTask3();
//            timerUtil.mytask4();