log.error("系統(tǒng)異常:{}", e.getMessage()); returnnewCommonResult<>(ResponseCode.FAIL.getCode(),"系統(tǒng)錯(cuò)誤,請(qǐng)聯(lián)系管理員",null); } @ExceptionHandler(BizException.class) publicCommonResult<String> handleBizException(BizException e) { log.error("業(yè)務(wù)異常:{}", e.getMessage()); ...
www.dbjr.com.cn/program/295413s...htm 2025-5-31