mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
根据汇付会员id查询配置分账的站点列表
This commit is contained in:
@@ -32,6 +32,15 @@
|
||||
order by fee_flag
|
||||
</select>
|
||||
|
||||
<select id="queryStationList" resultType="com.jsowell.pile.vo.web.SplitConfigVO">
|
||||
select
|
||||
t2.id as stationId,
|
||||
t2.station_name as stationName
|
||||
from station_split_config t1
|
||||
left join pile_station_info t2 on t1.station_id = t2.id
|
||||
where t1.adapay_member_id = #{adapayMemberId}
|
||||
</select>
|
||||
|
||||
<insert id="batchInsert" parameterType="map">
|
||||
<!--@mbg.generated-->
|
||||
insert into station_split_config
|
||||
|
||||
Reference in New Issue
Block a user