WANG 5 سال پیش
والد
کامیت
ab3525212a
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/main/java/cn/com/qmth/examcloud/web/support/CustomExceptionHandler.java

+ 2 - 0
src/main/java/cn/com/qmth/examcloud/web/support/CustomExceptionHandler.java

@@ -217,12 +217,14 @@ public class CustomExceptionHandler {
 		if (alwaysOK) {
 			if (t instanceof ApiFlowLimitedException) {
 				httpStatus = HttpStatus.SERVICE_UNAVAILABLE;
+				printStackTrace = false;
 			} else {
 				httpStatus = HttpStatus.OK;
 			}
 		} else {
 			if (t instanceof ApiFlowLimitedException) {
 				httpStatus = HttpStatus.SERVICE_UNAVAILABLE;
+				printStackTrace = false;
 			} else {
 				httpStatus = HttpStatus.INTERNAL_SERVER_ERROR;
 			}