...
|
...
|
@@ -182,7 +182,7 @@ public class SellerOrderDetailService extends AbsOrderDetailService implements I |
|
|
if (!ActionStatusHold.getSellerShowExpressStatusList().contains(orderStatus.getCode())){
|
|
|
return null;
|
|
|
}
|
|
|
Integer type = expressInfoService.getExpressType(orderStatus.getCode(), TabType.SELL);
|
|
|
Integer type = expressInfoService.getExpressTypeSeller(orderStatus.getCode());
|
|
|
ExpressInfoDetail lastEID = null;
|
|
|
ExpressInfoRespBo expressInfoResp = expressInfoService.queryLastExpressDetailInfo(orderCode, type);
|
|
|
List<ExpressInfoDetail> eidList;
|
...
|
...
|
|