袁野 2 months ago
parent e11082cea9
commit 693eacae3e
  1. 2
      service/src/main/java/com/hfkj/service/order/OrderRefundSuccessService.java

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

Loading…
Cancel
Save