...
|
...
|
@@ -206,7 +206,6 @@ private static final Logger LOGGER = LoggerUtils.getMqConsumerLogger(); |
|
|
|
|
|
// TODO 只有鉴定中心到买家的类型 ,才需要确认收货的,需要调用
|
|
|
if(expressType!=null&&EnumExpressType.EXPRESS_TYPE_2.getCode().intValue()==expressType.intValue()){
|
|
|
//调用确认收货接口 method=ufo.buyer.confirm
|
|
|
LOGGER.info("handle accept express,orderCode {},uid {},waybillCode {},state {} ", orderCode,uid,waybillCode,state);
|
|
|
/* 暂时注释掉,等香港仓开发上线
|
|
|
executorService.execute(() -> {
|
...
|
...
|
|