mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
打印日志
This commit is contained in:
@@ -278,6 +278,17 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
||||
return pileInfoVOS;
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询充电桩信息
|
||||
* 后管使用,带权限过滤
|
||||
* @param dto 前台参数
|
||||
* @return 充电桩信息集合
|
||||
*/
|
||||
public List<PileDetailVO> queryPileInfosV2(QueryPileDTO dto) {
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询充电桩列表
|
||||
* 后管使用,带权限过滤
|
||||
@@ -285,7 +296,6 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
// @DataScope(deptAlias = "t1")
|
||||
public List<PileDetailVO> queryPileInfoList(QueryPileDTO queryPileDTO) {
|
||||
AuthorizedDeptVO authorizedMap = SecurityUtils.getAuthorizedMap();
|
||||
if (authorizedMap == null) {
|
||||
|
||||
Reference in New Issue
Block a user