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;