From 6799633c1ba7d12e47e5b331465b3b160fbfc782 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Mon, 18 Sep 2023 15:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pile/service/impl/PileBasicInfoServiceImpl.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java index 43cbff665..640a28aaa 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java @@ -278,6 +278,17 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService { return pileInfoVOS; } + /** + * 查询充电桩信息 + * 后管使用,带权限过滤 + * @param dto 前台参数 + * @return 充电桩信息集合 + */ + public List queryPileInfosV2(QueryPileDTO dto) { + + return null; + } + /** * 查询充电桩列表 * 后管使用,带权限过滤 @@ -285,7 +296,6 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService { * @return */ @Override - // @DataScope(deptAlias = "t1") public List queryPileInfoList(QueryPileDTO queryPileDTO) { AuthorizedDeptVO authorizedMap = SecurityUtils.getAuthorizedMap(); if (authorizedMap == null) {