feat(CumemberLevel): 移除异常报错

This commit is contained in:
woody 2025-04-21 17:53:39 +08:00
parent a22351baf0
commit 9a13fdca75
1 changed files with 0 additions and 3 deletions

View File

@ -62,9 +62,6 @@ public class CuMemberLevelController extends BaseController {
ExcelUtil<CuMemberLevelUpVO> util = new ExcelUtil<>(CuMemberLevelUpVO.class);
util.exportExcel(response, resultList, "会员升级记录");
} else {
throw new ServiceException("没有数据");
}
}
}