feat(energy): optimize mobile hydrogen daily and customer lists
ci/woodpecker/push/woodpecker Pipeline was canceled

Co-authored-by: HiFox Agent <agents-noreply@hifox.com>
This commit is contained in:
kfluous
2026-09-05 15:51:52 +08:00
co-authored by HiFox Agent
parent 98efde3f75
commit 637a72c1e9
8 changed files with 352 additions and 57 deletions
@@ -140,7 +140,9 @@ export function registerHydrogenStationBoardRoute(
kg: dailyKgByStation.get(id)?.get(date) ?? 0,
})),
};
}).filter(station => station.recordCount > 0);
}).filter(station => station.recordCount > 0
|| station.name.includes('东鹏大道')
|| (station.name.includes('佛山南海') && station.name.includes('羚牛')));
let selected = null;
if (stationId) {