Commit 7eb3fc3a by 赵增煜

处方数量统计修改

parent cfe7cd58
...@@ -31,7 +31,7 @@ public function handle(Request $request) ...@@ -31,7 +31,7 @@ public function handle(Request $request)
$query_time = date('Y-m-d 23:59:59'); $query_time = date('Y-m-d 23:59:59');
$prescription_total = PrescriptionModel::where('created_at','<=',$query_time)->count(); $prescription_total = PrescriptionModel::where('created_at','<=',$query_time)->count();
// 卡片内容 // 卡片内容
$this->withContent('253'); $this->withContent($prescription_total);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment