更新
This commit is contained in:
@@ -13,5 +13,9 @@ return [
|
||||
'sync_wechat_work_bills' => 'app\common\command\SyncWechatWorkBills',
|
||||
// 挂号单状态自动更新(过号->4,超8小时->2)
|
||||
'update_appointment_status' => 'app\common\command\UpdateAppointmentStatus',
|
||||
// 诊单腾讯云 IM 聊天记录入库归档
|
||||
'sync_im_chat_archive' => 'app\common\command\SyncImChatArchive',
|
||||
// 药材库拼音首字母回填(name_pinyin_abbr)
|
||||
'sync_medicine_pinyin_abbr' => 'app\common\command\SyncMedicinePinyinAbbr',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user