Browse Source

Merge branch 'develop' of gitadmin/tuoheng_freeway into release

tags/v1.2.0^2
chengwang 1 year ago
parent
commit
50ec5fe56c
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -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());

Loading…
Cancel
Save