bugfix 更新站点互联互通配置

This commit is contained in:
Guoqs
2025-12-08 16:39:19 +08:00
parent 7f6de2dc89
commit a2df2e39f5
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -7,6 +7,7 @@
<result property="id" column="id"/>
<result property="stationId" column="station_id"/>
<result property="thirdPartyType" column="third_party_type"/>
<result property="equipmentOwnerId" column="equipment_owner_id"/>
<result property="startMode" column="start_mode"/>
<result property="createTime" column="create_time"/>
<result property="createBy" column="create_by"/>
@@ -19,6 +20,7 @@
id,
station_id,
third_party_type,
equipment_owner_id,
start_mode,
create_time,
create_by,