diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/ThirdPartyStationRelationServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/ThirdPartyStationRelationServiceImpl.java index ef2c4c26d..7e573ef37 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/ThirdPartyStationRelationServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/ThirdPartyStationRelationServiceImpl.java @@ -189,7 +189,7 @@ public class ThirdPartyStationRelationServiceImpl implements ThirdPartyStationRe log.error("修改站点、第三方推送平台配置对应信息失败,站点、第三方推送平台配置对应不存在, id:{}", dto.getId()); return; } - thirdPartyStationRelation.setThirdPartyType(dto.getThirdPartyType()); + thirdPartyStationRelation.setEquipmentOwnerId(dto.getEquipmentOwnerId()); thirdPartyStationRelation.setUpdateTime(DateUtils.getNowDate()); thirdPartyStationRelation.setUpdateBy(SecurityUtils.getUsername()); log.info("更新thirdPartyStationRelation:{}", thirdPartyStationRelation); diff --git a/jsowell-pile/src/main/resources/mapper/pile/ThirdPartyStationRelationMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/ThirdPartyStationRelationMapper.xml index 318e7f5c7..c6994387c 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/ThirdPartyStationRelationMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/ThirdPartyStationRelationMapper.xml @@ -7,6 +7,7 @@ + @@ -19,6 +20,7 @@ id, station_id, third_party_type, + equipment_owner_id, start_mode, create_time, create_by,