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
af5ddf5c
Commit
af5ddf5c
authored
May 28, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/xgh/202504会员分组' into 'master'
获取msgid的完成时间调整 See merge request
!2895
parents
fbfe3fb5
0a2b267f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
GroupChatPlanController.java
...manage/web/controller/haoban/GroupChatPlanController.java
+1
-0
QwMomentController.java
...oban/manage/web/controller/moment/QwMomentController.java
+1
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/haoban/GroupChatPlanController.java
View file @
af5ddf5c
...
...
@@ -136,6 +136,7 @@ public class GroupChatPlanController {
@RequestMapping
(
"staff-send-result"
)
public
RestResponse
<
Void
>
staffSendResult
(
@RequestBody
StaffSendResultQDTO
qdto
)
{
logger
.
info
(
"企微返回={}"
,
JSONObject
.
toJSONString
(
qdto
));
qdto
.
setSendTime
(
new
Date
());
this
.
groupChatPlanApiService
.
staffSendResult
(
qdto
)
;
return
RestResponse
.
successResult
();
}
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/moment/QwMomentController.java
View file @
af5ddf5c
...
...
@@ -177,6 +177,7 @@ public class QwMomentController {
@ResponseBody
public
RestResponse
<
Void
>
finishTask
(
@RequestBody
SendResultQDTO
qdto
)
{
logger
.
info
(
"完成任务={}"
,
JSONObject
.
toJSONString
(
qdto
))
;
qdto
.
setSendTime
(
new
Date
());
this
.
qwMomentApiService
.
finishTask
(
qdto
)
;
return
RestResponse
.
successResult
();
}
...
...
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