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
82fc4405
Commit
82fc4405
authored
Jan 21, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
画布
parent
028a9831
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
GroupChatPlanController.java
...manage/web/controller/haoban/GroupChatPlanController.java
+13
-0
dubbo-haoban-manage-wx.xml
...ge3-wx/src/main/webapp/WEB-INF/dubbo-haoban-manage-wx.xml
+1
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/haoban/GroupChatPlanController.java
View file @
82fc4405
...
@@ -7,9 +7,11 @@ import java.util.List;
...
@@ -7,9 +7,11 @@ import java.util.List;
import
java.util.Map
;
import
java.util.Map
;
import
java.util.stream.Collectors
;
import
java.util.stream.Collectors
;
import
com.gic.haoban.manage.api.dto.CommonMQDTO
;
import
com.gic.haoban.manage.api.dto.chat.*
;
import
com.gic.haoban.manage.api.dto.chat.*
;
import
com.gic.haoban.manage.api.dto.qdto.chat.GroupChatSearchQDTO
;
import
com.gic.haoban.manage.api.dto.qdto.chat.GroupChatSearchQDTO
;
import
com.gic.haoban.manage.api.qdto.StaffSendResultQDTO
;
import
com.gic.haoban.manage.api.qdto.StaffSendResultQDTO
;
import
com.gic.haoban.manage.api.service.HaobanCommonMQApiService
;
import
com.gic.haoban.manage.api.service.chat.GroupChatApiService
;
import
com.gic.haoban.manage.api.service.chat.GroupChatApiService
;
import
com.gic.haoban.manage.web.qo.GroupChatQO
;
import
com.gic.haoban.manage.web.qo.GroupChatQO
;
import
org.apache.commons.lang3.StringUtils
;
import
org.apache.commons.lang3.StringUtils
;
...
@@ -43,6 +45,9 @@ public class GroupChatPlanController {
...
@@ -43,6 +45,9 @@ public class GroupChatPlanController {
private
GroupChatApiService
groupChatApiService
;
private
GroupChatApiService
groupChatApiService
;
@Autowired
@Autowired
private
MaterialApiService
materialApiService
;
private
MaterialApiService
materialApiService
;
@Autowired
private
HaobanCommonMQApiService
haobanCommonMQApiService
;
/**
/**
* 群计划列表 - 分页
* 群计划列表 - 分页
...
@@ -198,6 +203,14 @@ public class GroupChatPlanController {
...
@@ -198,6 +203,14 @@ public class GroupChatPlanController {
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
());
if
(
owner
.
getSendStatus
()
>
0
)
{
CommonMQDTO
mq
=
new
CommonMQDTO
()
;
mq
.
setType
(
5
)
;
Map
<
String
,
String
>
map
=
new
HashMap
<>()
;
map
.
put
(
"ownerLogId"
,
ownerLogId
+
""
)
;
mq
.
setParams
(
map
);
this
.
haobanCommonMQApiService
.
putCommonDelayMessage
(
mq
,
0
);
}
ownerInfo
.
put
(
"dataGetTime"
,
owner
.
getDataGetTime
());
ownerInfo
.
put
(
"dataGetTime"
,
owner
.
getDataGetTime
());
retMap
.
put
(
"ownerInfo"
,
ownerInfo
);
retMap
.
put
(
"ownerInfo"
,
ownerInfo
);
}
}
...
...
haoban-manage3-wx/src/main/webapp/WEB-INF/dubbo-haoban-manage-wx.xml
View file @
82fc4405
...
@@ -175,6 +175,7 @@
...
@@ -175,6 +175,7 @@
<dubbo:reference
id=
"storeRankApiService"
interface=
"com.gic.enterprise.api.service.rank.StoreRankApiService"
timeout=
"100000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"storeRankApiService"
interface=
"com.gic.enterprise.api.service.rank.StoreRankApiService"
timeout=
"100000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"enterpriseWxaLinkService"
interface=
"com.gic.enterprise.api.service.EnterpriseWxaLinkService"
timeout=
"100000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"enterpriseWxaLinkService"
interface=
"com.gic.enterprise.api.service.EnterpriseWxaLinkService"
timeout=
"100000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"clerkTaskApiService"
interface=
"com.gic.marketing.pro.api.service.clerktask.ClerkTaskApiService"
timeout=
"100000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"clerkTaskApiService"
interface=
"com.gic.marketing.pro.api.service.clerktask.ClerkTaskApiService"
timeout=
"100000"
retries=
"0"
check=
"false"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.HaobanCommonMQApiService"
ref=
"haobanCommonMQApiService"
timeout=
"10000"
/>
...
...
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