zhengyiming
2025-03-21 038e0f0b6899b92d1ea34a1bd617c31832116aa3
LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -477,6 +477,8 @@
                                                        RefundApplyRemark = x.RefundApplyRemark,
                                                        RefundTime = x.RefundTime,
                                                        ACOOLYOrderNo = x.ACOOLYOrderNo,
                                                        LifePayRefundStatus = x.LifePayRefundStatus,
                                                        ACOOLYStatus = x.ACOOLYStatus,
                                                    })
                                            .GetPageResult(input.PageModel);
    }