zouxuan 3 anos atrás
pai
commit
aa7a1833c5

+ 0 - 1
cooleshow-common/src/main/java/com/yonge/cooleshow/common/controller/BaseController.java

@@ -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());