From 81294bcac7e95be3152bd95c374cf7b677462e86 Mon Sep 17 00:00:00 2001 From: haungxing <1203316822@qq.com> Date: Thu, 29 Feb 2024 13:57:07 +0800 Subject: [PATCH] =?UTF-8?q?#=20FDP=E9=97=AE=E5=8D=B7=E7=AD=94=E9=A2=98?= =?UTF-8?q?=E7=A7=9F=E6=88=B7=E5=8F=96=E7=94=A8=E7=94=A8=E6=88=B7=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/hnac/hzims/fdp/service/impl/FdpQuestionServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hzims-service/equipment/src/main/java/com/hnac/hzims/fdp/service/impl/FdpQuestionServiceImpl.java b/hzims-service/equipment/src/main/java/com/hnac/hzims/fdp/service/impl/FdpQuestionServiceImpl.java index c924a0c..251b715 100644 --- a/hzims-service/equipment/src/main/java/com/hnac/hzims/fdp/service/impl/FdpQuestionServiceImpl.java +++ b/hzims-service/equipment/src/main/java/com/hnac/hzims/fdp/service/impl/FdpQuestionServiceImpl.java @@ -57,7 +57,7 @@ public class FdpQuestionServiceImpl implements IFdpQuestionService { .stationName(stationEntity.getName()) .type(fdpStationType) .stationDesc(Optional.ofNullable(stationDesc).orElse("")) - .tenantId("200000") + .tenantId(AuthUtil.getTenantId()) .build(); if(Func.isNotEmpty(infoReq.getType())) { HttpResponse httpResponse = HttpRequest.post(fdpUrlConfiguration.getSubmitStationInfo())