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
9746098a
Commit
9746098a
authored
Jul 02, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/xgh/202506迭代' into 'developer'
Feature/xgh/202506迭代 See merge request
!3048
parents
4e3bb4a1
faa714af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
QwMomentPlanAttendServiceImpl.java
...ce/service/moment/impl/QwMomentPlanAttendServiceImpl.java
+3
-0
GroupChatHmController.java
...ban/manage/web/controller/chat/GroupChatHmController.java
+1
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/moment/impl/QwMomentPlanAttendServiceImpl.java
View file @
9746098a
...
@@ -79,6 +79,9 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService
...
@@ -79,6 +79,9 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService
// 0已失效 1待完成 2已完成
// 0已失效 1待完成 2已完成
Integer
sendStatus
=
qdto
.
getSendStatus
()
;
Integer
sendStatus
=
qdto
.
getSendStatus
()
;
TabQwMomentPlan
plan
=
this
.
qwMomentPlanMapper
.
getById
(
qdto
.
getPlanId
())
;
TabQwMomentPlan
plan
=
this
.
qwMomentPlanMapper
.
getById
(
qdto
.
getPlanId
())
;
if
(
null
==
plan
)
{
return
ServiceResponse
.
failure
(
"9999"
,
"活动不存在"
)
;
}
boolean
isEnd
=
plan
.
getStatusFlag
()==
2
||
plan
.
getEndDate
().
getTime
()
<=
System
.
currentTimeMillis
()
;
boolean
isEnd
=
plan
.
getStatusFlag
()==
2
||
plan
.
getEndDate
().
getTime
()
<=
System
.
currentTimeMillis
()
;
if
(
null
!=
sendStatus
&&
isEnd
&&
sendStatus
==
1
)
{
if
(
null
!=
sendStatus
&&
isEnd
&&
sendStatus
==
1
)
{
return
ServiceResponse
.
success
(
new
Page
<>());
return
ServiceResponse
.
success
(
new
Page
<>());
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/chat/GroupChatHmController.java
View file @
9746098a
...
@@ -320,7 +320,7 @@ public class GroupChatHmController {
...
@@ -320,7 +320,7 @@ public class GroupChatHmController {
if
(
null
!=
storeDTO
)
{
if
(
null
!=
storeDTO
)
{
vo
.
setStoreName
(
storeDTO
.
getStoreName
());
vo
.
setStoreName
(
storeDTO
.
getStoreName
());
vo
.
setStoreCode
(
storeDTO
.
getStoreCode
());
vo
.
setStoreCode
(
storeDTO
.
getStoreCode
());
if
(
null
!=
storeDTO
.
getStatus
()
&&
storeDTO
.
getStatus
()!=
0
)
{
if
(
null
!=
storeDTO
.
getStatus
()
&&
storeDTO
.
getStatus
()!=
0
&&
storeDTO
.
getStatus
()!=-
3
)
{
vo
.
setStoreStatus
(
1
);
vo
.
setStoreStatus
(
1
);
}
}
}
}
...
...
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