mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
Merge branch 'dev' of http://192.168.2.46:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -10,7 +10,7 @@ import org.springframework.beans.factory.annotation.Qualifier;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
/**
|
||||
* 宁波电刑平台
|
||||
* 宁波点行平台
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2024/5/10 9:21:59
|
||||
|
||||
@@ -2402,7 +2402,9 @@ public class SpringBootTestController {
|
||||
|
||||
GetStationInfoDTO dto = new GetStationInfoDTO();
|
||||
dto.setType("page");
|
||||
dto.setIdList(Lists.newArrayList("395"));
|
||||
dto.setCurrentPage(12);
|
||||
dto.setPageSize(10);
|
||||
// dto.setIdList(Lists.newArrayList("395"));
|
||||
aMapService.getStationInfosV2(dto);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user