|
|
|
@ -130,7 +130,7 @@ public class PurchaseOrderUtil {
|
|
|
|
|
OrderConst.ORDER_STATUS_WAIT_SELLER_SEND_GOODS,
|
|
|
|
|
OrderConst.ORDER_STATUS_PART_DELIVERY,
|
|
|
|
|
OrderConst.ORDER_STATUS_FINISH));
|
|
|
|
|
params.setDsPurchaseStatus(Arrays.asList(
|
|
|
|
|
params.setDsPurchaseStatus(Collections.singletonList(
|
|
|
|
|
DsOrderConst.DS_PURCHASE_STATUS_WAIT_PAY));
|
|
|
|
|
break;
|
|
|
|
|
case DsOrderConst.PURCHASE_TAB_WAIT_SEND:
|
|
|
|
|