|
|
@ -708,8 +708,8 @@ class PassFlow |
|
|
'returncount' => 0 |
|
|
'returncount' => 0 |
|
|
]; |
|
|
]; |
|
|
if ($LibLeaseRes) { |
|
|
if ($LibLeaseRes) { |
|
|
$data['newreader'] = $LibLeaseRes['newreader']; # 今日借书册数 |
|
|
$data['newreader'] = $LibLeaseRes['newreader']; # 今日办证人数 |
|
|
$data['servcount'] = $LibLeaseRes['servcount']; # 今日办证人数 |
|
|
$data['servcount'] = $LibLeaseRes['servcount']; # 今日借书册数 |
|
|
$data['returncount'] = $LibLeaseRes['returncount']; # 今日还书册数 |
|
|
$data['returncount'] = $LibLeaseRes['returncount']; # 今日还书册数 |
|
|
} |
|
|
} |
|
|
return $data; |
|
|
return $data; |
|
|
|