|
@@ -48,7 +48,8 @@ public class ResourceBigDataServiceImpl extends BaseServiceImpl implements IReso
|
|
public List<Map<String, Object>> selectDepositResourcesCount(CenterdataTResourcesDeposit centerdataTResourcesDeposit) {
|
|
public List<Map<String, Object>> selectDepositResourcesCount(CenterdataTResourcesDeposit centerdataTResourcesDeposit) {
|
|
setSookaDataBase(centerdataTResourcesDeposit);
|
|
setSookaDataBase(centerdataTResourcesDeposit);
|
|
List<Map<String, Object>> mapList = digitalResourcesBigDataMapper.selectDepositResourcesCount(centerdataTResourcesDeposit);
|
|
List<Map<String, Object>> mapList = digitalResourcesBigDataMapper.selectDepositResourcesCount(centerdataTResourcesDeposit);
|
|
- return deptLevelUtil.getDeptLevel(mapList,String.valueOf(centerdataTResourcesDeposit.getDeptId()));
|
|
|
|
|
|
+
|
|
|
|
+ return deptLevelUtil.getDeptLevel(mapList,String.valueOf(SecurityUtils.getLoginUser().getSysUser().getDeptId()));
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|