|
|
|
@ -59,6 +59,7 @@ public class ReceiveInfoHandler {
|
|
|
|
|
if(Objects.isNull(advanceEntity)){ |
|
|
|
|
log.info("##################receiveInfoHandler: 未找到对应订单 orderCode={}",orderCode); |
|
|
|
|
channel.basicAck(deliveryTag,true); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
String type = advanceEntity.getType();//品牌
|
|
|
|
|
|
|
|
|
|