mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1、sonarqube质量修复;2、短信模板增删查询移除短信渠道相关内容;
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestControllerAdvice;
|
||||
public class ReportExceptionHandler {
|
||||
|
||||
@ExceptionHandler(value = ReportException.class)
|
||||
public CommonResult<?> reportExceptionHandler(ReportException ex) {
|
||||
public CommonResult reportExceptionHandler(ReportException ex) {
|
||||
log.warn("[reportExceptionHandler]", ex);
|
||||
return CommonResult.error(GlobalErrorCodeConstants.INTERNAL_SERVER_ERROR.getCode(), String.format("报表异常:%s", ex.getMessage()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user