diff --git a/service/modules/v1/controllers/ExamineController.php b/service/modules/v1/controllers/ExamineController.php index c9ccf9c..8ef1b62 100644 --- a/service/modules/v1/controllers/ExamineController.php +++ b/service/modules/v1/controllers/ExamineController.php @@ -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 ['审核成功']; }