后管站点充电接口页面新增 车位号字段

This commit is contained in:
Lemon
2023-08-09 11:45:25 +08:00
parent 4da4a76899
commit b8312c6f27
10 changed files with 248 additions and 125 deletions

View File

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

View File

@@ -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,