mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
新增计费模板描述字段
This commit is contained in:
@@ -230,9 +230,10 @@
|
||||
|
||||
<select id="queryStationList" resultType="com.jsowell.pile.vo.base.MemberGroupStationVO">
|
||||
SELECT
|
||||
t1.id,
|
||||
t1.station_name,
|
||||
t2.remark
|
||||
t1.id as stationId,
|
||||
t1.station_name as stationName,
|
||||
t2.template_code as templateCode,
|
||||
t2.template_desc as templateDesc
|
||||
FROM
|
||||
pile_station_info t1
|
||||
JOIN pile_billing_template t2 ON t2.station_id = t1.id AND t2.del_flag = '0' AND t2.member_flag = '1'
|
||||
|
||||
Reference in New Issue
Block a user