Authored by caoyan

现货寄存一个货对应一个订单号

... ... @@ -3212,10 +3212,10 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon
private JSONObject getSfWaybillCodeForAppraise(AppraiseOrder order, BuyerOrderReq req) {
//如果是现货寄存,支持多个货对应一个快递单号
JSONObject existExpressData = getExistWaybillCode(order);
if(null != existExpressData) {
return existExpressData;
}
// JSONObject existExpressData = getExistWaybillCode(order);
// if(null != existExpressData) {
// return existExpressData;
// }
String url = erpDomain + PlatformConstant.ERP_GET_SF_WAYBILLCODE;
AppraiseOrderGoods goods = appraiseOrderGoodsMapper.selectByOrderCode(Long.valueOf(order.getOrderCode()));
... ...