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
28ecb644
Commit
28ecb644
authored
Nov 16, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
超管
parent
441b5cf6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
GroupChatDataServiceImpl.java
...e/service/service/chat/impl/GroupChatDataServiceImpl.java
+3
-0
StaffApiServiceImpl.java
.../manage/service/service/out/impl/StaffApiServiceImpl.java
+1
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/chat/impl/GroupChatDataServiceImpl.java
View file @
28ecb644
...
...
@@ -189,6 +189,7 @@ public class GroupChatDataServiceImpl implements GroupChatDataService {
int
start
=
Integer
.
valueOf
(
key
.
split
(
"_"
)[
0
])
;
int
len
=
Integer
.
valueOf
(
key
.
split
(
"_"
)[
1
])
;
Date
startDate
=
DateUtil
.
addDay
(
DateUtil
.
getStartTimeOfDay
(),
-
start
);
logger
.
info
(
"groupChatQuitTimer={}"
,
key
);
for
(
int
i
=
0
;
i
<
len
;
i
++)
{
Date
date
=
DateUtil
.
addDay
(
startDate
,
-(
i
+
1
));
Date
end
=
DateUtil
.
getEndTimeOfDay
(
date
)
;
...
...
@@ -203,5 +204,6 @@ public class GroupChatDataServiceImpl implements GroupChatDataService {
}
}
}
logger
.
info
(
"groupChatQuitTimer-end={}"
,
key
);
}
}
\ No newline at end of file
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/StaffApiServiceImpl.java
View file @
28ecb644
...
...
@@ -949,7 +949,7 @@ public class StaffApiServiceImpl implements StaffApiService {
return
storeRoleDTO
;
}
Integer
clerkType
=
clerkDTO
.
getClerkType
();
if
(
clerkType
!=
null
&&
clerkType
!=
2
)
{
if
(
clerkType
!=
null
&&
clerkType
!=
2
&&
clerkType
!=
3
)
{
storeRoleDTO
.
setStoreCount
(
1
);
storeRoleDTO
.
setStoreId
(
clerkDTO
.
getStoreId
());
return
storeRoleDTO
;
...
...
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