修复二维码excel详情展示数据顺序问题

This commit is contained in:
wenhui 2022-03-10 14:02:41 +08:00
parent caa9ffb67f
commit e9d31f3010

View File

@ -67,6 +67,7 @@
AND station.del_flag = 0
WHERE terminal.charging_station_id = #{stationId}
AND terminal.del_flag = 0
ORDER BY terminal.serial_number ASC
</select>