update 电单车

This commit is contained in:
Guoqs
2024-09-23 11:41:19 +08:00
parent 9f9bb44e74
commit 16630437fb
11 changed files with 72 additions and 14 deletions

View File

@@ -2264,7 +2264,7 @@ public class SpringBootTestController {
@Test
public void testGetPileTypeNum() {
Long stationId = 1L;
Long stationId = 201L;
pileConnectorInfoService.getPileTypeNum(stationId);
}