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
754a032f
Commit
754a032f
authored
Oct 17, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
限制导出周期
parent
fb0b1656
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
GroupChatController.java
...aoban/manage/web/controller/chat/GroupChatController.java
+6
-0
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/chat/GroupChatController.java
View file @
754a032f
...
@@ -166,6 +166,12 @@ public class GroupChatController {
...
@@ -166,6 +166,12 @@ public class GroupChatController {
qdto
.
setEnterpriseId
(
loginUser
.
getEnterpriseId
());
qdto
.
setEnterpriseId
(
loginUser
.
getEnterpriseId
());
qdto
.
setSearchParams
(
searchParams
);
qdto
.
setSearchParams
(
searchParams
);
qdto
.
setUserType
(
userType
);
qdto
.
setUserType
(
userType
);
if
(
null
==
startDate
||
null
==
endDate
)
{
return
RestResponse
.
failure
(
"9999"
,
"时间不能为空"
);
}
if
(
DateUtil
.
daysBetween
(
startDate
,
endDate
)
>=
32
)
{
return
RestResponse
.
failure
(
"9999"
,
"导出区间不能超过一个月"
);
}
qdto
.
setStartDate
(
startDate
);
qdto
.
setStartDate
(
startDate
);
qdto
.
setEndDate
(
endDate
);
qdto
.
setEndDate
(
endDate
);
qdto
.
setStatus
(
status
);
qdto
.
setStatus
(
status
);
...
...
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