Эх сурвалжийг харах

无需进行审核前积分显示

zhangxin 1 өдөр өмнө
parent
commit
a07d00afcc

+ 1 - 1
yami-shop-api/src/main/java/com/yami/shop/api/controller/OrderRefundController.java

@@ -387,7 +387,7 @@ public class OrderRefundController {
             newOrderRefund.setOffsetPoints(Math.min(refundPoints, orderPoints));
         }
         //需要再这里调用获取过期积分和退款积分
-        getExpiredAndReturn(newOrderRefund,order,orderRefundSkuList);
+//        getExpiredAndReturn(newOrderRefund,order,orderRefundSkuList);
         OrderRefund orderRefund = orderRefundService.applyRefund(newOrderRefund);
         if (!orderRefundSkuList.isEmpty()) {
             orderRefundSkuList.forEach(c -> {