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
1555f44f
Commit
1555f44f
authored
Oct 09, 2024
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
9e724003
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
pom.xml
haoban-manage3-wx/pom.xml
+1
-5
ContentCreativeController.java
...age/web/controller/content/ContentCreativeController.java
+2
-3
No files found.
haoban-manage3-wx/pom.xml
View file @
1555f44f
...
@@ -262,11 +262,7 @@
...
@@ -262,11 +262,7 @@
<artifactId>
gic-webapp-common
</artifactId>
<artifactId>
gic-webapp-common
</artifactId>
<version>
${gic-webapp-common}
</version>
<version>
${gic-webapp-common}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.gic
</groupId>
<artifactId>
gic-message-center-api
</artifactId>
<version>
${gic-message-center-api}
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/content/ContentCreativeController.java
View file @
1555f44f
...
@@ -31,7 +31,6 @@ import com.gic.haoban.manage.web.vo.content.creative.ContentMaterialDataVO;
...
@@ -31,7 +31,6 @@ import com.gic.haoban.manage.web.vo.content.creative.ContentMaterialDataVO;
import
com.gic.haoban.manage.web.vo.content.creative.ContentMaterialVO
;
import
com.gic.haoban.manage.web.vo.content.creative.ContentMaterialVO
;
import
com.gic.marketing.pro.api.dto.clerktask.ClerkTaskContentLogDTO
;
import
com.gic.marketing.pro.api.dto.clerktask.ClerkTaskContentLogDTO
;
import
com.gic.marketing.pro.api.service.clerktask.ClerkTaskApiService
;
import
com.gic.marketing.pro.api.service.clerktask.ClerkTaskApiService
;
import
com.gic.message.center.api.subscribe.model.NoticeMessageForm
;
import
com.gic.mq.sdk.GicMQClient
;
import
com.gic.mq.sdk.GicMQClient
;
import
com.google.common.collect.Lists
;
import
com.google.common.collect.Lists
;
import
org.apache.commons.collections.CollectionUtils
;
import
org.apache.commons.collections.CollectionUtils
;
...
@@ -145,7 +144,7 @@ public class ContentCreativeController {
...
@@ -145,7 +144,7 @@ public class ContentCreativeController {
private
void
send
(
String
enterpriseId
,
Map
<
String
,
String
>
map
,
String
msgCode
)
{
private
void
send
(
String
enterpriseId
,
Map
<
String
,
String
>
map
,
String
msgCode
)
{
log
.
info
(
"发送消息={}"
,
msgCode
);
log
.
info
(
"发送消息={}"
,
msgCode
);
String
mqName
=
"haobanNotice"
;
/*
String mqName = "haobanNotice";
NoticeMessageForm noticeMessageForm = new NoticeMessageForm();
NoticeMessageForm noticeMessageForm = new NoticeMessageForm();
noticeMessageForm.setMessageCode(msgCode);
noticeMessageForm.setMessageCode(msgCode);
noticeMessageForm.setMqRouterCode(mqName);
noticeMessageForm.setMqRouterCode(mqName);
...
@@ -160,7 +159,7 @@ public class ContentCreativeController {
...
@@ -160,7 +159,7 @@ public class ContentCreativeController {
client.sendMessage(mqName, JSON.toJSONString(noticeMessageForm));
client.sendMessage(mqName, JSON.toJSONString(noticeMessageForm));
} catch (Exception e) {
} catch (Exception e) {
log.info("异常",e);
log.info("异常",e);
}
}
*/
}
}
/**
/**
...
...
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