This commit is contained in:
Lemon
2026-08-11 16:54:12 +08:00
parent 9dfc12c5a7
commit 3da2c2afb8
7 changed files with 33 additions and 0 deletions

View File

@@ -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>