|
@@ -310,10 +310,10 @@ public class EfastOrderServiceImpl implements EfastOrderService {
|
|
|
}
|
|
|
}
|
|
|
logger.error(this, "add-推送订单号为:" + order.getSalesOrderid() + "的订单,百胜返回信息:" + result);
|
|
|
- throw new Exception(respData.getString("msg"));
|
|
|
- } catch (Exception e) {
|
|
|
- throw e;
|
|
|
- }
|
|
|
+ throw new Exception(respData.getString("msg"));
|
|
|
+ } catch (Exception e) {
|
|
|
+ throw e;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|
|
@@ -479,7 +479,7 @@ public class EfastOrderServiceImpl implements EfastOrderService {
|
|
|
money += order.getSalesAmount() * couponType.getCouponReduce()/100;
|
|
|
break;
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|