This commit is contained in:
Lemon
2023-06-06 14:06:05 +08:00
parent 3a13880b8d
commit b3182c4fdb
2 changed files with 1 additions and 2 deletions

View File

@@ -246,7 +246,6 @@ public class PileStationInfoController extends BaseController {
if (StringUtils.isBlank(String.valueOf(dto.getStationId()))) { if (StringUtils.isBlank(String.valueOf(dto.getStationId()))) {
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR); throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
} }
// 推送联联 // 推送联联
if (StringUtils.equals("1", dto.getThirdPartyType())) { if (StringUtils.equals("1", dto.getThirdPartyType())) {
String result = lianLianService.pushStationInfo(dto); String result = lianLianService.pushStationInfo(dto);

View File

@@ -313,7 +313,7 @@ export default {
pushStation() { pushStation() {
const param = { const param = {
stationId: this.stationId, stationId: this.stationId,
thirdPartyType: this.stationSettingInfo.thirdPartyType, thirdPartyType: this.stationSettingInfo.type,
} }
pushStationInfo(param).then((response) => { pushStationInfo(param).then((response) => {
console.log("response", response) console.log("response", response)