Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
be32b195
Commit
be32b195
authored
Aug 08, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
网关日志限制修改
parent
beee79c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
MsgBiz.java
...server/src/main/java/com/xxfc/platform/im/biz/MsgBiz.java
+0
-2
No files found.
xx-im/xx-im-server/src/main/java/com/xxfc/platform/im/biz/MsgBiz.java
View file @
be32b195
...
@@ -50,7 +50,6 @@ public class MsgBiz {
...
@@ -50,7 +50,6 @@ public class MsgBiz {
if
(
appUserDTO
!=
null
)
{
if
(
appUserDTO
!=
null
)
{
userId
=
appUserDTO
.
getImUserid
();
userId
=
appUserDTO
.
getImUserid
();
}
}
log
.
info
(
"获取消息列表: page = {}, limit = {}, type = {}"
,
page
,
limit
,
type
);
page
=
page
==
null
?
1
:
page
;
page
=
page
==
null
?
1
:
page
;
limit
=
limit
==
null
?
10
:
limit
;
limit
=
limit
==
null
?
10
:
limit
;
Pageable
pageable
=
PageRequest
.
of
(--
page
,
limit
);
Pageable
pageable
=
PageRequest
.
of
(--
page
,
limit
);
...
@@ -88,7 +87,6 @@ public class MsgBiz {
...
@@ -88,7 +87,6 @@ public class MsgBiz {
if
(
appUserDTO
!=
null
)
{
if
(
appUserDTO
!=
null
)
{
userId
=
appUserDTO
.
getImUserid
();
userId
=
appUserDTO
.
getImUserid
();
}
}
log
.
info
(
"获取消息列表: page = {}, limit = {}, type = {}"
,
page
,
limit
);
page
=
page
==
null
?
1
:
page
;
page
=
page
==
null
?
1
:
page
;
limit
=
limit
==
null
?
10
:
limit
;
limit
=
limit
==
null
?
10
:
limit
;
Pageable
pageable
=
PageRequest
.
of
(--
page
,
limit
);
Pageable
pageable
=
PageRequest
.
of
(--
page
,
limit
);
...
...
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