update 电单车协议

This commit is contained in:
Guoqs
2024-09-20 09:47:33 +08:00
parent 249a5ac832
commit 78737a1411

View File

@@ -259,7 +259,7 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService {
@Override
public List<PileConnectorInfoVO> getConnectorInfoListByParams(QueryConnectorListDTO dto) {
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<Long> connectorIds = dto.getConnectorIdList();
List<Long> stationIdList = dto.getStationIdList();