mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-07 11:29:58 +08:00
bugfix 更新站点互联互通配置
This commit is contained in:
@@ -189,7 +189,7 @@ public class ThirdPartyStationRelationServiceImpl implements ThirdPartyStationRe
|
|||||||
log.error("修改站点、第三方推送平台配置对应信息失败,站点、第三方推送平台配置对应不存在, id:{}", dto.getId());
|
log.error("修改站点、第三方推送平台配置对应信息失败,站点、第三方推送平台配置对应不存在, id:{}", dto.getId());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
thirdPartyStationRelation.setThirdPartyType(dto.getThirdPartyType());
|
thirdPartyStationRelation.setEquipmentOwnerId(dto.getEquipmentOwnerId());
|
||||||
thirdPartyStationRelation.setUpdateTime(DateUtils.getNowDate());
|
thirdPartyStationRelation.setUpdateTime(DateUtils.getNowDate());
|
||||||
thirdPartyStationRelation.setUpdateBy(SecurityUtils.getUsername());
|
thirdPartyStationRelation.setUpdateBy(SecurityUtils.getUsername());
|
||||||
log.info("更新thirdPartyStationRelation:{}", thirdPartyStationRelation);
|
log.info("更新thirdPartyStationRelation:{}", thirdPartyStationRelation);
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<result property="id" column="id"/>
|
<result property="id" column="id"/>
|
||||||
<result property="stationId" column="station_id"/>
|
<result property="stationId" column="station_id"/>
|
||||||
<result property="thirdPartyType" column="third_party_type"/>
|
<result property="thirdPartyType" column="third_party_type"/>
|
||||||
|
<result property="equipmentOwnerId" column="equipment_owner_id"/>
|
||||||
<result property="startMode" column="start_mode"/>
|
<result property="startMode" column="start_mode"/>
|
||||||
<result property="createTime" column="create_time"/>
|
<result property="createTime" column="create_time"/>
|
||||||
<result property="createBy" column="create_by"/>
|
<result property="createBy" column="create_by"/>
|
||||||
@@ -19,6 +20,7 @@
|
|||||||
id,
|
id,
|
||||||
station_id,
|
station_id,
|
||||||
third_party_type,
|
third_party_type,
|
||||||
|
equipment_owner_id,
|
||||||
start_mode,
|
start_mode,
|
||||||
create_time,
|
create_time,
|
||||||
create_by,
|
create_by,
|
||||||
|
|||||||
Reference in New Issue
Block a user