|
|
@ -75,11 +75,11 @@ public class OrderRefundSuccessService { |
|
|
|
orderGoods.setLogisticsNo(null); |
|
|
|
orderGoods.setLogisticsNo(null); |
|
|
|
orderGoods.setLogisticsStatus(null); |
|
|
|
orderGoods.setLogisticsStatus(null); |
|
|
|
orderGoods.setExceptionStatus(false); |
|
|
|
orderGoods.setExceptionStatus(false); |
|
|
|
|
|
|
|
bsOrderGoodsService.update(orderGoods); |
|
|
|
} |
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
orderGoods.setExceptionStatus(true); |
|
|
|
orderGoods.setExceptionStatus(true); |
|
|
|
orderGoods.setExceptionMsg(e.getMessage()); |
|
|
|
orderGoods.setExceptionMsg(e.getMessage()); |
|
|
|
} finally { |
|
|
|
|
|
|
|
bsOrderGoodsService.update(orderGoods); |
|
|
|
bsOrderGoodsService.update(orderGoods); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|