luofl
2025-03-14 0449a6264819bce3869f47b9e5bd3729f158db54
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/impl/ShoppingCartServiceImpl.java
@@ -1519,6 +1519,9 @@
      if(order.getOrderType() == 1 && StringUtils.isEmpty(order.getAddressJson())){
         order.setOrderStatus(2);
      }
      String r7TrxNo = uniPayCallbackResult.getR7_TrxNo();
      order.setSerialNumber(r7TrxNo);
      orderService.updateById(order);
      //处理优惠券