关闭老系统的中药订单同步功能

This commit is contained in:
2025-08-29 09:44:21 +08:00
parent 1272685926
commit 93e22e5713

View File

@@ -215,7 +215,7 @@ class ExamineController extends BasePharmacistController
} catch (\Exception $e) {
$t->rollBack();
throw new Exception($e->getMessage(). $e->getLine());
throw new Exception($e->getMessage(). '文件:'. $e->getFile(). '在第:'. $e->getLine());
}
return ['审核成功'];
}