...
|
...
|
@@ -2394,6 +2394,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { |
|
|
resp.setStatusStr(Constant.convertOrderStatusStr(item.getStatus()));
|
|
|
resp.setChannel(Objects.equals(item.getAttributes(), 2) ? 2 : 1); //1,线上订单; 2,门店订单
|
|
|
resp.setProductNum(1);//目前固定为1
|
|
|
resp.setAttributesStr(OrderConfigConstant.getOrderAttributeStr(item.getAttributes()));
|
|
|
if(null==sellerGoodsMap.get(skup)){
|
|
|
LOGGER.warn("convertToResp not correct data,sellerGoodsMap get sku p {} is empty ,buyer order {}",skup,item);
|
|
|
}else{
|
...
|
...
|
|