@@ -140,7 +140,7 @@ public class ThInspectionServiceImpl extends BaseServiceImpl<ThInspectionMapper, | |||
//这边需要配置到yml文件里面 | |||
String url = tenant.getAirportUrl() + "/api/airportInterface/executeTask"; | |||
JSONObject jsonObject = new JSONObject(); | |||
jsonObject.put("code", "hhz"); | |||
jsonObject.put("code", "lc"); | |||
jsonObject.put("tenantName", tenant.getName()); | |||
jsonObject.put("taskId", taskId); | |||
jsonObject.put("requestId", String.valueOf(thMission.getId())); |