mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-28 15:05:18 +08:00
后管站点充电接口页面新增 车位号字段
This commit is contained in:
@@ -124,7 +124,6 @@
|
||||
<include refid="Base_Column_List"/>
|
||||
from adapay_member_account
|
||||
where del_flag = '0'
|
||||
and status = '1'
|
||||
and merchant_id = #{merchantId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
|
||||
@@ -166,6 +166,7 @@
|
||||
t1.id as connectorId,
|
||||
t1.pile_connector_code as pileConnectorCode,
|
||||
t1.status as status,
|
||||
t1.park_no as parkNo,
|
||||
t1.pile_sn as pileSn,
|
||||
t2.station_id as stationId,
|
||||
t2.merchant_id as merchantId,
|
||||
|
||||
Reference in New Issue
Block a user