Browse Source

优化,几新增借阅接口

master
wanghongjun 3 years ago
parent
commit
39cc45178d
  1. 4
      source/application/common/logic/PassFlow.php

4
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;

Loading…
Cancel
Save