refactor(auth): 移除过期的权限控制代码和待办注释
parent
8ad9a222a7
commit
9183745576
|
|
@ -114,9 +114,7 @@ public class FirePointQueryExe {
|
||||||
|
|
||||||
firePointPageQry.setPageSize(100000);
|
firePointPageQry.setPageSize(100000);
|
||||||
|
|
||||||
|
|
||||||
PageResponse<FirePointCO> firePointCOPageResponse = execute(firePointPageQry);
|
PageResponse<FirePointCO> firePointCOPageResponse = execute(firePointPageQry);
|
||||||
//TODO 组装二维码
|
|
||||||
List<FirePointCO> data = firePointCOPageResponse.getData();
|
List<FirePointCO> data = firePointCOPageResponse.getData();
|
||||||
List<FirePointExcelExportEntity> listManagerStatisticsExcelExportEntityList = firePointCoConvertor.converCOsToExcelEntitys(data);
|
List<FirePointExcelExportEntity> listManagerStatisticsExcelExportEntityList = firePointCoConvertor.converCOsToExcelEntitys(data);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@ public class FireCheckListRepositoryImpl extends BaseRepositoryImpl<FireCheckLis
|
||||||
} else {
|
} else {
|
||||||
if(!corpInfoRepository.isSupper()){
|
if(!corpInfoRepository.isSupper()){
|
||||||
params.put("corpinfoId", AuthContext.getTenantId());
|
params.put("corpinfoId", AuthContext.getTenantId());
|
||||||
if(!CorpInfoE.isCorp()){
|
/* if(!CorpInfoE.isCorp()){
|
||||||
//是个人,只能查询自己的清单和自己检查过的清单
|
//是个人,只能查询自己的清单和自己检查过的清单
|
||||||
params.put("userId", AuthContext.getUserId());
|
params.put("userId", AuthContext.getUserId());
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FireCheckListE fireCheckListE = new FireCheckListE();
|
FireCheckListE fireCheckListE = new FireCheckListE();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue