...
|
...
|
@@ -301,8 +301,6 @@ public class SellerOrderDetailService extends AbsOrderDetailService implements I |
|
|
return ActionStatusHold.getSellerOrderIsPaidStatusList().contains(skupStatus.getCode()) ? 1 : 0;
|
|
|
}
|
|
|
|
|
|
private static final List<Integer> SHOW_EXPRESS_STATUS_LIST = Arrays.asList(OrderStatus.SELLER_SEND_OUT.getCode()
|
|
|
);
|
|
|
|
|
|
@Override
|
|
|
protected OrderDetailInfo.StatusDetail getStatusDetail(BuyerOrder buyerOrder,OrderStatus orderStatus, TabType tabType) {
|
...
|
...
|
@@ -314,7 +312,7 @@ public class SellerOrderDetailService extends AbsOrderDetailService implements I |
|
|
|
|
|
|
|
|
|
|
|
if(SHOW_EXPRESS_STATUS_LIST.contains(orderStatus.getCode())){
|
|
|
if(sellerViewExpressStatus.contains(orderStatus.getCode())){
|
|
|
|
|
|
|
|
|
statusDetail.setExpressShow(true);
|
...
|
...
|
|