mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
bugfix 更新站点互联互通配置
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user