Authored by caoyan

香港仓

... ... @@ -1748,9 +1748,9 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon
throw new ServiceException(400,"错误:参数错误,订单号为空");
}
//物流公司id,默认值为 23
if(req.getExpressCompanyId()==null){
throw new ServiceException(400,"错误:参数错误,物流公司为空");
}
// if(req.getExpressCompanyId()==null){
// throw new ServiceException(400,"错误:参数错误,物流公司为空");
// }
if(StringUtils.isBlank(req.getWaybillCode())){
throw new ServiceException(400,"错误:参数错误,物流单号为空");
}
... ...