This commit is contained in:
Guoqs
2024-08-23 10:36:55 +08:00
6 changed files with 69 additions and 4 deletions

View File

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

View File

@@ -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);
}