|
|
@@ -68,6 +68,8 @@ public class KxsGdServiceImpl implements KxsGdService {
|
|
|
RabbitGdActQueueMQ.MsgEntity msgEntity = new RabbitGdActQueueMQ.MsgEntity();
|
|
|
BeanUtil.copyProperties(gdQueryOrder, msgEntity);
|
|
|
mqSender.send(RabbitGdActQueueMQ.build(msgEntity));
|
|
|
+ log.info("发送广电激活数据{}", kxsGdReport.getGdSn()
|
|
|
+ + "," + kxsGdReport.getGdMobile());
|
|
|
}
|
|
|
}
|
|
|
}
|