mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-13 17:53:45 +08:00
update
This commit is contained in:
@@ -56,6 +56,7 @@ public class BusinessConnectorInfoController extends BaseController {
|
||||
public List<String> getStationIdListByAuthorization() {
|
||||
// 权限过滤
|
||||
AuthorizedDeptVO authorizedMap = UserUtils.getAuthorizedMap();
|
||||
logger.info("BusinessConnectorInfoController authorizedMap: {}", JSONObject.toJSONString(authorizedMap));
|
||||
if (authorizedMap == null) {
|
||||
// 为空表示没有权限,返回空数组
|
||||
return new ArrayList<>();
|
||||
|
||||
@@ -71,6 +71,7 @@ public class BusinessFinancialController extends BaseController {
|
||||
public List<String> getStationIdListByAuthorization() {
|
||||
// 权限过滤
|
||||
AuthorizedDeptVO authorizedMap = UserUtils.getAuthorizedMap();
|
||||
logger.info("BusinessFinancialController authorizedMap: {}", JSONObject.toJSONString(authorizedMap));
|
||||
if (authorizedMap == null) {
|
||||
// 为空表示没有权限,返回空数组
|
||||
return new ArrayList<>();
|
||||
|
||||
@@ -54,6 +54,7 @@ public class BusinessStationInfoController extends BaseController {
|
||||
public List<String> getStationIdListByAuthorization() {
|
||||
// 权限过滤
|
||||
AuthorizedDeptVO authorizedMap = UserUtils.getAuthorizedMap();
|
||||
logger.info("BusinessStationInfoController authorizedMap: {}", JSONObject.toJSONString(authorizedMap));
|
||||
if (authorizedMap == null) {
|
||||
// 为空表示没有权限,返回空数组
|
||||
return new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user