Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
site-project
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj
site-project
Commits
c27f1db2
Commit
c27f1db2
authored
Nov 28, 2025
by
wangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页滚动提示 附件上传问题
parent
37c25954
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
cloud-site-service/src/main/java/com/yizhi/site/application/service/impl/SystemMailboxServiceImpl.java
+7
-1
No files found.
cloud-site-service/src/main/java/com/yizhi/site/application/service/impl/SystemMailboxServiceImpl.java
View file @
c27f1db2
...
...
@@ -19,6 +19,8 @@ import com.yizhi.site.application.vo.domain.SystemMailboxVo;
import
com.yizhi.site.application.vo.domain.SystemMailboxConditionVo
;
import
com.yizhi.system.application.system.remote.AccountClient
;
import
com.yizhi.system.application.vo.AccountVO
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
...
...
@@ -45,6 +47,8 @@ public class SystemMailboxServiceImpl extends ServiceImpl<SystemMailboxMapper,Sy
@Autowired
private
AccountClient
accountClient
;
private
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
SystemMailboxServiceImpl
.
class
);
@Override
public
Page
<
SystemMailbox
>
selectPage
(
SystemMailboxConditionVo
conditionVo
){
...
...
@@ -210,8 +214,10 @@ public class SystemMailboxServiceImpl extends ServiceImpl<SystemMailboxMapper,Sy
if
(!
ContextHolder
.
get
().
isAdmin
()&&!
roleIds
.
contains
(
1877604582759526400L
)&&!
roleIds
.
contains
(
1877605828904022016L
)){
accountId
=
ContextHolder
.
get
().
getAccountId
();
}
}
else
{
accountId
=
ContextHolder
.
get
().
getAccountId
();
}
LOGGER
.
info
(
"查询信箱:{},{}"
,
accountId
,
roleType
);
// 调用Mapper中的新方法获取4天内创建且未查看的数据
return
this
.
baseMapper
.
selectMailboxManagementForScroll
(
accountId
,
roleType
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment