This commit is contained in:
Your Name
2026-08-14 14:37:30 +08:00
parent 21790e35f4
commit 18c15d1262
117 changed files with 28157 additions and 8080 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -198,7 +198,7 @@ class PrescriptionLibraryAiLogic extends BaseLogic
'prescription_id' => $id,
'model_key' => $modelKey,
'admin_id' => $adminId,
'error' => $e->getMessage(),
'exception_class' => get_class($e),
]);
$result = [
'ok' => false,
@@ -246,7 +246,7 @@ class PrescriptionLibraryAiLogic extends BaseLogic
'prescription_id' => $id,
'model_key' => $modelKey,
'admin_id' => $adminId,
'error' => $e->getMessage(),
'exception_class' => get_class($e),
]);
$failureCount++;
$results[] = array_merge($resultBase, [