瀏覽代碼

修改调用机场平台代码code

tags/v1.2.0^2
wanjing 1 年之前
父節點
當前提交
0001d61677
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      tuoheng-admin/src/main/java/com/tuoheng/admin/service/impl/ThInspectionServiceImpl.java

+ 2
- 1
tuoheng-admin/src/main/java/com/tuoheng/admin/service/impl/ThInspectionServiceImpl.java 查看文件

@@ -6,6 +6,7 @@ import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.tuoheng.admin.common.ServiceExceptionEnum;
import com.tuoheng.admin.config.SystemConstant;
import com.tuoheng.admin.entity.domain.Tenant;
import com.tuoheng.admin.entity.domain.ThInspection;
import com.tuoheng.admin.entity.domain.ThMission;
@@ -170,7 +171,7 @@ public class ThInspectionServiceImpl extends BaseServiceImpl<ThInspectionMapper,
log.info("executeTask准备入参");
String url = CommonConfig.airportURL + "/api/airportInterface/executeTaskAnsy";
JSONObject jsonObject = new JSONObject();
jsonObject.put("code", "lc");
jsonObject.put("code", SystemConstant.PLATFORM_CODE);
jsonObject.put("tenantCode", tenant.getCode());
jsonObject.put("taskId", thMission.getInspectionLine());
jsonObject.put("requestId", missionId);

Loading…
取消
儲存