From 39cc45178d9451935e1eaceeab06cff0c225083a Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Mon, 31 Jul 2023 18:03:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=8C=E5=87=A0=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=80=9F=E9=98=85=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/application/common/logic/PassFlow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/application/common/logic/PassFlow.php b/source/application/common/logic/PassFlow.php index 70aadad..dc89e65 100644 --- a/source/application/common/logic/PassFlow.php +++ b/source/application/common/logic/PassFlow.php @@ -708,8 +708,8 @@ class PassFlow 'returncount' => 0 ]; if ($LibLeaseRes) { - $data['newreader'] = $LibLeaseRes['newreader']; # 今日借书册数 - $data['servcount'] = $LibLeaseRes['servcount']; # 今日办证人数 + $data['newreader'] = $LibLeaseRes['newreader']; # 今日办证人数 + $data['servcount'] = $LibLeaseRes['servcount']; # 今日借书册数 $data['returncount'] = $LibLeaseRes['returncount']; # 今日还书册数 } return $data;