This commit is contained in:
Your Name
2026-03-20 13:56:40 +08:00
parent 7147c8e148
commit d765517b74
258 changed files with 2481 additions and 364 deletions
+2
View File
@@ -11,5 +11,7 @@ return [
'query_refund' => 'app\common\command\QueryRefund',
// 同步企业微信对外收款
'sync_wechat_work_bills' => 'app\common\command\SyncWechatWorkBills',
// 挂号单状态自动更新(过号->4,超8小时->2
'update_appointment_status' => 'app\common\command\UpdateAppointmentStatus',
],
];