...
|
...
|
@@ -104,6 +104,7 @@ public class SellerOrderDetailService extends AbsOrderDetailService implements I |
|
|
static {
|
|
|
quickDeliverFinishStatus = new ArrayList<>(8);
|
|
|
quickDeliverFinishStatus.add(OrderStatus.JUDGE_PASS.getCode());
|
|
|
quickDeliverFinishStatus.add(OrderStatus.WAITING_RECEIVE.getCode());
|
|
|
quickDeliverFinishStatus.add(OrderStatus.DONE.getCode());
|
|
|
}
|
|
|
@Override
|
...
|
...
|
|