Commit 1555f44f by 徐高华

test

parent 9e724003
...@@ -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>
......
...@@ -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);
} }*/
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment