From 67d27f69561e75b34adc8690fa1495e300850736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 2 Feb 2024 18:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E6=9F=9A=E9=9D=99=E6=80=81=20?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E4=BF=AE=E6=94=B97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/jinyou/controller/Jinyoujt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jinyou/controller/Jinyoujt.php b/app/jinyou/controller/Jinyoujt.php index 8f3c1f6..9518061 100644 --- a/app/jinyou/controller/Jinyoujt.php +++ b/app/jinyou/controller/Jinyoujt.php @@ -181,7 +181,7 @@ class Jinyoujt extends Controller 'OtherPayAmount' => $OtherPayAmount, 'AccountPayAmount' => $AccountPayAmount, 'CouponAmount' => 0, - 'DayPrice' => $package_info['DayPrice'], + 'DayPrice' => $package_info['Price'], 'DayCount' => $package_info['DayCount'], 'RefundCount' => 0, 'RefundAmount' => 0,