记得上下班打卡 | git大法好,push需谨慎

Commit 1ee9352a authored by 张国柄's avatar 张国柄

测试dev ali.amqp;

parent 957f5301
...@@ -94,8 +94,12 @@ public class AdamEntersServiceImpl extends ServiceImpl<AdamEntersMapper, AdamEnt ...@@ -94,8 +94,12 @@ public class AdamEntersServiceImpl extends ServiceImpl<AdamEntersMapper, AdamEnt
paramList.add(info.getUpdatedAt()); paramList.add(info.getUpdatedAt());
paramList.add(info.getDeletedAt()); paramList.add(info.getDeletedAt());
paramList.add(info.getComment()); paramList.add(info.getComment());
String mqMsg = SqlMapping.get("adam_enters.add", paramList.toArray());
log.info("mq.sql:{}", mqMsg);
rabbitTemplate.convertAndSend(MQConst.EXCHANGES_LIQUIDNET_SQL, MQConst.ROUTING_KEY_SQL, rabbitTemplate.convertAndSend(MQConst.EXCHANGES_LIQUIDNET_SQL, MQConst.ROUTING_KEY_SQL,
SqlMapping.get("adam_enters.add", paramList.toArray())); mqMsg);
entersList.add(info); entersList.add(info);
adamRdmService.setEntersByUid(info.getUid(), entersList); adamRdmService.setEntersByUid(info.getUid(), entersList);
......
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