From b3182c4fdbb6713ee445041bdbd10cb5fb7a1a0f Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 6 Jun 2023 14:06:05 +0800 Subject: [PATCH] update --- .../jsowell/web/controller/pile/PileStationInfoController.java | 1 - jsowell-ui/src/views/pile/station/detail.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileStationInfoController.java b/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileStationInfoController.java index a21ac4ec3..58346e805 100644 --- a/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileStationInfoController.java +++ b/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileStationInfoController.java @@ -246,7 +246,6 @@ public class PileStationInfoController extends BaseController { if (StringUtils.isBlank(String.valueOf(dto.getStationId()))) { throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR); } - // 推送联联 if (StringUtils.equals("1", dto.getThirdPartyType())) { String result = lianLianService.pushStationInfo(dto); diff --git a/jsowell-ui/src/views/pile/station/detail.vue b/jsowell-ui/src/views/pile/station/detail.vue index 50a24d769..2d20141af 100644 --- a/jsowell-ui/src/views/pile/station/detail.vue +++ b/jsowell-ui/src/views/pile/station/detail.vue @@ -313,7 +313,7 @@ export default { pushStation() { const param = { stationId: this.stationId, - thirdPartyType: this.stationSettingInfo.thirdPartyType, + thirdPartyType: this.stationSettingInfo.type, } pushStationInfo(param).then((response) => { console.log("response", response)