更新
This commit is contained in:
@@ -3028,9 +3028,10 @@ class DiagnosisLogic extends BaseLogic
|
||||
return [];
|
||||
}
|
||||
|
||||
// 根据诊断ID列表查询诊单详情
|
||||
// 根据诊断ID列表查询诊单详情(show_card=0 的诊单不在统计端就诊卡列表中出现)
|
||||
$cardList = Diagnosis::whereIn('id', $viewRecords)
|
||||
->where('delete_time', null)
|
||||
->where('show_card', 1)
|
||||
->field([
|
||||
'id', 'patient_id', 'patient_name', 'gender', 'age',
|
||||
'diagnosis_date', 'diagnosis_type', 'syndrome_type',
|
||||
|
||||
Reference in New Issue
Block a user