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
3830a3b1
Commit
3830a3b1
authored
Dec 18, 2024
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
社群
parent
5c5c53d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
GroupChatPlanController.java
...manage/web/controller/haoban/GroupChatPlanController.java
+1
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/haoban/GroupChatPlanController.java
View file @
3830a3b1
...
@@ -193,6 +193,7 @@ public class GroupChatPlanController {
...
@@ -193,6 +193,7 @@ public class GroupChatPlanController {
return
RestResponse
.
failure
(
"1"
,
"记录不存在"
);
return
RestResponse
.
failure
(
"1"
,
"记录不存在"
);
}
}
Map
<
String
,
Object
>
ownerInfo
=
new
HashMap
<>();
Map
<
String
,
Object
>
ownerInfo
=
new
HashMap
<>();
ownerInfo
.
put
(
"clerkId"
,
owner
.
getClerkId
());
ownerInfo
.
put
(
"clerkName"
,
owner
.
getClerkName
());
ownerInfo
.
put
(
"clerkName"
,
owner
.
getClerkName
());
ownerInfo
.
put
(
"ownerLogId"
,
owner
.
getOwnerLogId
());
ownerInfo
.
put
(
"ownerLogId"
,
owner
.
getOwnerLogId
());
ownerInfo
.
put
(
"sendStatus"
,
owner
.
getSendStatus
());
ownerInfo
.
put
(
"sendStatus"
,
owner
.
getSendStatus
());
...
...
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