挂号信息手机端暂时只展示线下问诊

This commit is contained in:
2025-08-30 08:50:37 +08:00
parent 94e60ed944
commit 28e26a39c2
2 changed files with 3 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ class DoctorWorkController extends BaseAppController
'store_id'=> $post['store_id'],
'status'=>RegisterEnum::WAIT,
'is_pay'=>1,
'type' => 0,
'is_cancel'=>0,
'is_delete'=>0
])->count();