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
a05ba648
Commit
a05ba648
authored
Dec 18, 2024
by
徐高华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-canvas' into 'developer'
Feature canvas See merge request
!2368
parents
ef946cc6
c278e52b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
GroupChatPlanLogMapper.xml
...src/main/resources/mapper/chat/GroupChatPlanLogMapper.xml
+1
-1
GroupChatPlanController.java
...manage/web/controller/haoban/GroupChatPlanController.java
+1
-0
No files found.
haoban-manage3-service/src/main/resources/mapper/chat/GroupChatPlanLogMapper.xml
View file @
a05ba648
...
...
@@ -97,7 +97,7 @@
</if>
<if
test=
"null !=sendStatus"
>
<if
test=
"sendStatus==30"
>
and a.send_status
=
in (0,3)
and a.send_status in (0,3)
</if>
<if
test=
"sendStatus != 30"
>
and a.send_status = #{sendStatus}
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/haoban/GroupChatPlanController.java
View file @
a05ba648
...
...
@@ -193,6 +193,7 @@ public class GroupChatPlanController {
return
RestResponse
.
failure
(
"1"
,
"记录不存在"
);
}
Map
<
String
,
Object
>
ownerInfo
=
new
HashMap
<>();
ownerInfo
.
put
(
"clerkId"
,
owner
.
getClerkId
());
ownerInfo
.
put
(
"clerkName"
,
owner
.
getClerkName
());
ownerInfo
.
put
(
"ownerLogId"
,
owner
.
getOwnerLogId
());
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