mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 批量查询枪口列表接口
This commit is contained in:
@@ -519,7 +519,9 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService {
|
||||
// 重新查询数据库
|
||||
// 通过stationIds批量查询数据库
|
||||
List<ConnectorInfoVO> newConnectorInfoList = pileConnectorInfoMapper.batchSelectConnectorList(noDataStationIds);
|
||||
|
||||
if (CollectionUtils.isEmpty(values)) {
|
||||
values = new ArrayList<>();
|
||||
}
|
||||
values.add(newConnectorInfoList);
|
||||
|
||||
// 设置缓存
|
||||
|
||||
Reference in New Issue
Block a user