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