|
|
package com.yohoufo.order.service;
|
|
|
|
|
|
import com.yohobuy.ufo.model.order.resp.OrderListInfo;
|
|
|
import com.yohobuy.ufo.model.order.vo.AddressInfo;
|
|
|
import com.yohoufo.order.common.ActionStatusHold;
|
|
|
import com.yohoufo.order.service.IBuyerOrderMetaService;
|
|
|
|
|
|
/**
|
|
|
* Created by chao.chen on 2018/12/11.
|
...
|
...
|
@@ -12,7 +10,6 @@ public interface AbsBuyerOrderViewService { |
|
|
|
|
|
IBuyerOrderMetaService getBuyerOrderMetaService();
|
|
|
|
|
|
void setAddressInfo(OrderListInfo orderListInfo);
|
|
|
|
|
|
default AddressInfo getAddressInfo(int uid, long orderCode, Integer orderStauts){
|
|
|
if (!ActionStatusHold.buyerCanModifyAddress(orderStauts)){
|
...
|
...
|
|