打印结束问诊log
This commit is contained in:
parent
fa9461bced
commit
5369230bfa
@ -930,6 +930,7 @@ class InquiryService extends BaseService
|
|||||||
Db::commit();
|
Db::commit();
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
Db::rollBack();
|
Db::rollBack();
|
||||||
|
Log::getInstance()->error("错误:" . $e->getMessage());
|
||||||
return fail(HttpEnumCode::SERVER_ERROR, $e->getMessage());
|
return fail(HttpEnumCode::SERVER_ERROR, $e->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user