更新
This commit is contained in:
@@ -1000,6 +1000,11 @@ class PrescriptionOrderLogic
|
||||
}
|
||||
}
|
||||
|
||||
$channelDictValue = null;
|
||||
if ($chSrc !== '' && is_numeric($chSrc)) {
|
||||
$channelDictValue = (int) $chSrc;
|
||||
}
|
||||
|
||||
return [
|
||||
'id' => $apptId,
|
||||
'appointment_date' => (string) ($row['appointment_date'] ?? ''),
|
||||
@@ -1012,6 +1017,8 @@ class PrescriptionOrderLogic
|
||||
'doctor_name' => $doctorName,
|
||||
'channel_source' => $chSrc,
|
||||
'channel_source_desc' => $chDesc,
|
||||
/** 字典 type_value=channels 的 value(整型);与业绩看板挂号 channels 收窄、进线统计所用字典为同套 */
|
||||
'channel_dict_value' => $channelDictValue,
|
||||
'remark' => (string) ($row['remark'] ?? ''),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user