|
@@ -574,7 +574,7 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { |
|
@@ -574,7 +574,7 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { |
574
|
AppraiseOrderStatus.PLATFORM_APPRAISE_UNSURE.getCode());
|
574
|
AppraiseOrderStatus.PLATFORM_APPRAISE_UNSURE.getCode());
|
575
|
|
575
|
|
576
|
/**
|
576
|
/**
|
577
|
- * 付费鉴定 and 付费寄存 物流信息
|
577
|
+ * 现货鉴定 and 现货寄存 物流信息
|
578
|
* @param orderCode
|
578
|
* @param orderCode
|
579
|
* @return
|
579
|
* @return
|
580
|
*/
|
580
|
*/
|
|
@@ -779,7 +779,7 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { |
|
@@ -779,7 +779,7 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { |
779
|
Integer attribute = appraiseOrder.getAttributes();
|
779
|
Integer attribute = appraiseOrder.getAttributes();
|
780
|
Integer status = appraiseOrder.getStatus();
|
780
|
Integer status = appraiseOrder.getStatus();
|
781
|
|
781
|
|
782
|
- // 付费鉴定
|
782
|
+ // 现货鉴定
|
783
|
if (attribute == AppraiseOrderAttributes.PAID_APPRAISE.getCode()){
|
783
|
if (attribute == AppraiseOrderAttributes.PAID_APPRAISE.getCode()){
|
784
|
// 用户发货
|
784
|
// 用户发货
|
785
|
if(status == AppraiseOrderStatus.SELLER_SEND_OUT.getCode()){
|
785
|
if(status == AppraiseOrderStatus.SELLER_SEND_OUT.getCode()){
|
|
@@ -793,7 +793,7 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { |
|
@@ -793,7 +793,7 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { |
793
|
return Arrays.asList(EnumExpressType.EXPRESS_TYPE_REBACK.getCode());
|
793
|
return Arrays.asList(EnumExpressType.EXPRESS_TYPE_REBACK.getCode());
|
794
|
}
|
794
|
}
|
795
|
}
|
795
|
}
|
796
|
- // 付费寄存
|
796
|
+ // 现货寄存
|
797
|
else if(attribute == AppraiseOrderAttributes.PAID_DEPOSIT.getCode()){
|
797
|
else if(attribute == AppraiseOrderAttributes.PAID_DEPOSIT.getCode()){
|
798
|
|
798
|
|
799
|
boolean isSubOrder = Objects.nonNull(appraiseOrder.getParentOrderCode()) ? true : false;
|
799
|
boolean isSubOrder = Objects.nonNull(appraiseOrder.getParentOrderCode()) ? true : false;
|
|
@@ -967,7 +967,7 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { |
|
@@ -967,7 +967,7 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { |
967
|
|
967
|
|
968
|
|
968
|
|
969
|
/**
|
969
|
/**
|
970
|
- * 付费寄存 and 付费鉴定 最近的一条物流信息
|
970
|
+ * 现货寄存 and 现货鉴定 最近的一条物流信息
|
971
|
* @param appraiseOrder
|
971
|
* @param appraiseOrder
|
972
|
* @return
|
972
|
* @return
|
973
|
*/
|
973
|
*/
|