Showing
1 changed file
with
1 additions
and
1 deletions
@@ -44,7 +44,7 @@ public class BuyerOrderMiniFaultOuterTimeDelayMsgConsumer implements YhConsumer | @@ -44,7 +44,7 @@ public class BuyerOrderMiniFaultOuterTimeDelayMsgConsumer implements YhConsumer | ||
44 | 44 | ||
45 | AppraiseExpressInfoBo appraiseExpressInfoBo = new AppraiseExpressInfoBo(); | 45 | AppraiseExpressInfoBo appraiseExpressInfoBo = new AppraiseExpressInfoBo(); |
46 | appraiseExpressInfoBo.setOrderCode(orderCode); | 46 | appraiseExpressInfoBo.setOrderCode(orderCode); |
47 | - OrderStatus expectStatus = OrderStatus.PLATFORM_CHECKING; | 47 | + OrderStatus expectStatus = OrderStatus.PLATFORM_RECEIVE; |
48 | int type= 4; //1 鉴定不通过 ;2 质检不通过 ; 3,瑕疵确认不通过 ,4,瑕疵确认不通过(超时) | 48 | int type= 4; //1 鉴定不通过 ;2 质检不通过 ; 3,瑕疵确认不通过 ,4,瑕疵确认不通过(超时) |
49 | appraiseService.appraiseFail(appraiseExpressInfoBo,expectStatus,type); | 49 | appraiseService.appraiseFail(appraiseExpressInfoBo,expectStatus,type); |
50 | 50 |
-
Please register or login to post a comment