mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 站点选择器返参简化
This commit is contained in:
@@ -649,7 +649,7 @@
|
||||
id = #{stationId,jdbcType=VARCHAR}
|
||||
</update>
|
||||
|
||||
<select id="getStationSelectList" resultType="com.jsowell.pile.vo.web.PileStationVO">
|
||||
<select id="getStationSelectList" resultType="com.jsowell.pile.vo.web.StationSelectVO">
|
||||
select
|
||||
t1.id,
|
||||
t1.station_name as stationName
|
||||
|
||||
Reference in New Issue
Block a user