mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
support data export
This commit is contained in:
@@ -26,7 +26,7 @@ func Recovery(c *core.Context) {
|
||||
stack := stack(3)
|
||||
|
||||
log.ErrorfWithRequestIdAndExtra(c, string(stack), "System Error! because %s", err)
|
||||
utils.PrintErrorResult(c, errs.ErrSystemError)
|
||||
utils.PrintJsonErrorResult(c, errs.ErrSystemError)
|
||||
}
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user