升级php版本后错误修复

This commit is contained in:
2024-12-02 09:05:11 +08:00
parent 48d0b3df80
commit 206e28737d

View File

@@ -145,7 +145,7 @@ class PatientController extends BaseServiceController
},
'status_type' => function ($d) {
return self::getStatusInfo($d->status, 'type');
},'status_text','status_type','is_pay','created_at','is_cancel'
},'is_pay','created_at','is_cancel'
]
];
$list = $this->create($query,$post);