bugfix 后管充电桩管理页面按状态查询只能查询当页

This commit is contained in:
Lemon
2024-09-25 08:54:44 +08:00
parent 597e74e4e9
commit cacface6d1
3 changed files with 23 additions and 2 deletions

View File

@@ -89,6 +89,8 @@ public interface PileBasicInfoService {
List<PileDetailVO> queryPileInfoList(QueryPileDTO queryPileDTO);
public List<PileDetailVO> queryPileInfoListNoPage(QueryPileDTO queryPileDTO);
/**
* 通过pileId更改运营商、站点信息
*