关闭老系统的中药订单同步功能
This commit is contained in:
@@ -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 ['审核成功'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user