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
46408d70
Commit
46408d70
authored
Nov 11, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'xgh_内容中台' into 'developer'
群发 See merge request
!441
parents
dbd2b252
ac1159a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
QwMessageController.java
...an/manage/web/controller/content/QwMessageController.java
+4
-2
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/content/QwMessageController.java
View file @
46408d70
...
...
@@ -41,7 +41,7 @@ public class QwMessageController extends WebBaseController {
private
StaffClerkRelationApiService
staffClerkRelationApiService
;
/**
* 群发-分享
* 群发-分享
- 店员和店长
*/
@RequestMapping
(
"/message-send"
)
public
RestResponse
<
Object
>
messageSend
(
CustomerQO
qo
,
String
imgJson
,
String
selectedStoreId
)
{
...
...
@@ -72,6 +72,7 @@ public class QwMessageController extends WebBaseController {
}
else
if
(
clerk
.
getClerkType
()==
0
)
{
StaffClerkRelationDTO
dto
=
this
.
staffClerkRelationApiService
.
getOneByClerkId
(
clerkId
)
;
if
(
null
!=
dto
)
{
logger
.
info
(
"店员关联的成员={}"
,
dto
.
getStaffId
());
staffIdList
.
add
(
dto
.
getStaffId
());
}
}
...
...
@@ -85,6 +86,7 @@ public class QwMessageController extends WebBaseController {
json
.
put
(
"imgJson"
,
imgJson
);
json
.
put
(
"storeId"
,
storeId
);
json
.
put
(
"staffId"
,
staffId
);
json
.
put
(
"content"
,
qo
.
getContent
())
;
// 群发-分享
json
.
put
(
"sendType"
,
1
);
json
.
put
(
"wxEnterpriseId"
,
wxEnterpriseId
);
...
...
@@ -98,7 +100,7 @@ public class QwMessageController extends WebBaseController {
return
RestResponse
.
successResult
();
}
// 朋友圈任务
// 朋友圈任务
- 店长和区经
@RequestMapping
(
"/add_moment_task"
)
public
RestResponse
<
Object
>
share
(
CustomerQO
qo
,
String
imgJson
)
{
String
clerkId
=
qo
.
getClerkId
();
...
...
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