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

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>