Przeglądaj źródła

Merge branch 'develop' of gitadmin/tuoheng_freeway into release

tags/v1.2.0^2
chengwang 1 rok temu
rodzic
commit
50ec5fe56c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/third/airport/PointFlightService.java

+ 1
- 1
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/third/airport/PointFlightService.java Wyświetl plik

@@ -93,7 +93,7 @@ public class PointFlightService {
request.setAlt("60");
JSONObject jsonObject = new JSONObject();
jsonObject.put("airportId",request.getAirportId());
jsonObject.put("requestId",Integer.valueOf(inspectionId));
jsonObject.put("requestId",inspectionId);
jsonObject.put("code",SystemConstant.PLATFORM_CODE);
jsonObject.put("tenantCode",tenant.getCode());
jsonObject.put("alt",request.getLatitude());

Ładowanie…
Anuluj
Zapisz