Authored by mali

打面单接口召回的时候,订单状态为鉴定通过待寄存

... ... @@ -3450,7 +3450,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon
JSONObject metaValue = JSONObject.parseObject(meta.getMetaValue());
buildSfAddressInfo(metaValue, jsonObj, appraiseOrder.getUid());
jsonObj.put("receiverType", "buyer");
}else if(appraiseOrder.getStatus().equals(Constant.BUYER_ORDER_STATUS_FINISHED.getByteVal())
}else if(appraiseOrder.getStatus().equals(Constant.BUYER_ORDER_STATUS_JUDGE_PASS_WAIT_WAREHOUSE.getByteVal())
&& null != deposit && deposit.getStatus().equals(StorageDepositStatusEnum.WAITING_OUT.getCode())){//如果是寄存商品待发货状态
//先查询召回地址
AppraiseOrderMeta buyerMeta = appraiseOrderMetaMapper.selectByOrderCodeAndMetaKey(appraiseOrder.getOrderCode(), BUYER_ORDER_META_KEY_RECALL_ADDRESS);
... ...