|
@@ -107,7 +107,6 @@ public class BaseController {
|
|
|
e = ex;
|
|
|
}
|
|
|
logger.error("System Error", ex);
|
|
|
- // return failed(e.getMessage());
|
|
|
if (e instanceof BizException || e instanceof ThirdpartyException) {
|
|
|
if (e.getMessage().equals("205")) {
|
|
|
return failed(HttpStatus.RESET_CONTENT, e.getMessage());
|