mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-13 17:53:45 +08:00
bugfix
This commit is contained in:
@@ -809,4 +809,11 @@
|
||||
GROUP BY cityName
|
||||
ORDER BY deviceCount DESC
|
||||
</select>
|
||||
|
||||
<select id="getAllStationId" resultType="java.lang.String">
|
||||
select id
|
||||
from
|
||||
pile_station_info
|
||||
where del_flag = '0'
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user