mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 20:10:16 +08:00
update 电单车协议
This commit is contained in:
@@ -259,7 +259,7 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService {
|
|||||||
@Override
|
@Override
|
||||||
public List<PileConnectorInfoVO> getConnectorInfoListByParams(QueryConnectorListDTO dto) {
|
public List<PileConnectorInfoVO> getConnectorInfoListByParams(QueryConnectorListDTO dto) {
|
||||||
int pageNum = dto.getPageNum() == 0 ? 1 : dto.getPageNum();
|
int pageNum = dto.getPageNum() == 0 ? 1 : dto.getPageNum();
|
||||||
int pageSize = dto.getPageSize() == 0 ? 10 : dto.getPageSize();
|
int pageSize = dto.getPageSize() == 0 ? 20 : dto.getPageSize();
|
||||||
List<String> pileSns = Lists.newArrayList();
|
List<String> pileSns = Lists.newArrayList();
|
||||||
List<Long> connectorIds = dto.getConnectorIdList();
|
List<Long> connectorIds = dto.getConnectorIdList();
|
||||||
List<Long> stationIdList = dto.getStationIdList();
|
List<Long> stationIdList = dto.getStationIdList();
|
||||||
|
|||||||
Reference in New Issue
Block a user