Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
c0157cc7
Commit
c0157cc7
authored
Dec 22, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日期
parent
b7c10a9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
GroupChatHmApiServiceImpl.java
...vice/service/out/impl/chat/GroupChatHmApiServiceImpl.java
+4
-0
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/chat/GroupChatHmApiServiceImpl.java
View file @
c0157cc7
...
@@ -13,6 +13,7 @@ import com.alibaba.fastjson.JSON;
...
@@ -13,6 +13,7 @@ import com.alibaba.fastjson.JSON;
import
com.gic.api.base.commons.BasePageInfo
;
import
com.gic.api.base.commons.BasePageInfo
;
import
com.gic.api.base.commons.Page
;
import
com.gic.api.base.commons.Page
;
import
com.gic.api.base.commons.ServiceResponse
;
import
com.gic.api.base.commons.ServiceResponse
;
import
com.gic.commons.util.DateUtil
;
import
com.gic.commons.util.EntityUtil
;
import
com.gic.commons.util.EntityUtil
;
import
com.gic.commons.util.PageHelperUtils
;
import
com.gic.commons.util.PageHelperUtils
;
import
com.gic.haoban.manage.api.dto.chat.GroupChatHmDTO
;
import
com.gic.haoban.manage.api.dto.chat.GroupChatHmDTO
;
...
@@ -44,6 +45,9 @@ public class GroupChatHmApiServiceImpl implements GroupChatHmApiService {
...
@@ -44,6 +45,9 @@ public class GroupChatHmApiServiceImpl implements GroupChatHmApiService {
@Override
@Override
public
ServiceResponse
<
Page
<
GroupChatHmDTO
>>
listPage
(
ChatHmSearchQDTO
qdto
,
BasePageInfo
basePageInfo
)
{
public
ServiceResponse
<
Page
<
GroupChatHmDTO
>>
listPage
(
ChatHmSearchQDTO
qdto
,
BasePageInfo
basePageInfo
)
{
if
(
null
!=
qdto
.
getEndDate
())
{
qdto
.
setEndDate
(
DateUtil
.
getEndTimeOfDay
(
qdto
.
getEndDate
()));
}
Page
<
GroupChatHmBO
>
page
=
this
.
groupChatHmService
.
listPage
(
qdto
,
basePageInfo
);
Page
<
GroupChatHmBO
>
page
=
this
.
groupChatHmService
.
listPage
(
qdto
,
basePageInfo
);
logger
.
info
(
"PAGE={}"
,
JSON
.
toJSONString
(
page
));
logger
.
info
(
"PAGE={}"
,
JSON
.
toJSONString
(
page
));
if
(
CollectionUtils
.
isEmpty
(
page
.
getResult
()))
{
if
(
CollectionUtils
.
isEmpty
(
page
.
getResult
()))
{
...
...
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