Showing
1 changed file
with
4 additions
and
4 deletions
@@ -3212,10 +3212,10 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon | @@ -3212,10 +3212,10 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon | ||
3212 | 3212 | ||
3213 | private JSONObject getSfWaybillCodeForAppraise(AppraiseOrder order, BuyerOrderReq req) { | 3213 | private JSONObject getSfWaybillCodeForAppraise(AppraiseOrder order, BuyerOrderReq req) { |
3214 | //如果是现货寄存,支持多个货对应一个快递单号 | 3214 | //如果是现货寄存,支持多个货对应一个快递单号 |
3215 | - JSONObject existExpressData = getExistWaybillCode(order); | ||
3216 | - if(null != existExpressData) { | ||
3217 | - return existExpressData; | ||
3218 | - } | 3215 | +// JSONObject existExpressData = getExistWaybillCode(order); |
3216 | +// if(null != existExpressData) { | ||
3217 | +// return existExpressData; | ||
3218 | +// } | ||
3219 | 3219 | ||
3220 | String url = erpDomain + PlatformConstant.ERP_GET_SF_WAYBILLCODE; | 3220 | String url = erpDomain + PlatformConstant.ERP_GET_SF_WAYBILLCODE; |
3221 | AppraiseOrderGoods goods = appraiseOrderGoodsMapper.selectByOrderCode(Long.valueOf(order.getOrderCode())); | 3221 | AppraiseOrderGoods goods = appraiseOrderGoodsMapper.selectByOrderCode(Long.valueOf(order.getOrderCode())); |
-
Please register or login to post a comment