|
@@ -36,7 +36,6 @@ public class StorageLogic {
|
|
|
AdminUserCom adminUser = commonLogic.getAdminUser(request);
|
|
|
|
|
|
return storageService.lambdaQuery()
|
|
|
- .in(CollectionUtils.isNotEmpty(adminUser.getAdminCompanyIds()),Storage::getCompanyWechatId,adminUser.getAdminCompanyIds())
|
|
|
.page(new Page<>(pageNum, pageSize));
|
|
|
}
|
|
|
|