mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 电单车协议
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user