mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 11:19:52 +08:00
bugfix 更新站点互联互通配置
This commit is contained in:
@@ -15,4 +15,9 @@ public class ThirdPartyStationInfoVO extends PileStationInfo {
|
|||||||
private String merchantName;
|
private String merchantName;
|
||||||
|
|
||||||
private String organizationCode;
|
private String organizationCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 设备所属商户ID(在后管页面可配置)
|
||||||
|
*/
|
||||||
|
private String equipmentOwnerId;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -591,7 +591,8 @@
|
|||||||
t1.create_time AS createTime,
|
t1.create_time AS createTime,
|
||||||
t1.update_by AS updateBy,
|
t1.update_by AS updateBy,
|
||||||
t1.update_time AS updateTime,
|
t1.update_time AS updateTime,
|
||||||
t1.del_flag AS delFlag
|
t1.del_flag AS delFlag,
|
||||||
|
t3.equipment_owner_id AS equipmentOwnerId
|
||||||
FROM
|
FROM
|
||||||
pile_station_info t1
|
pile_station_info t1
|
||||||
JOIN pile_merchant_info t2 ON t1.merchant_id = t2.id
|
JOIN pile_merchant_info t2 ON t1.merchant_id = t2.id
|
||||||
|
|||||||
Reference in New Issue
Block a user