...
|
...
|
@@ -44,7 +44,7 @@ public class BuyerOrderMiniFaultOuterTimeDelayMsgConsumer implements YhConsumer |
|
|
|
|
|
AppraiseExpressInfoBo appraiseExpressInfoBo = new AppraiseExpressInfoBo();
|
|
|
appraiseExpressInfoBo.setOrderCode(orderCode);
|
|
|
OrderStatus expectStatus = OrderStatus.PLATFORM_CHECKING;
|
|
|
OrderStatus expectStatus = OrderStatus.PLATFORM_RECEIVE;
|
|
|
int type= 4; //1 鉴定不通过 ;2 质检不通过 ; 3,瑕疵确认不通过 ,4,瑕疵确认不通过(超时)
|
|
|
appraiseService.appraiseFail(appraiseExpressInfoBo,expectStatus,type);
|
|
|
|
...
|
...
|
|