ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/BaseAnnextypeController.java
@@ -89,7 +89,8 @@ if (ObjectUtils.isEmpty(baseAnnextype) || StringUtils.isEmpty(baseAnnextype.getDonationcategory()) || StringUtils.isEmpty(baseAnnextype.getAnnextype())) { throw new BaseException("请检查捐献类别和附件类型,为空了"); } return toAjax(baseAnnextypeService.save(baseAnnextype)); boolean save = baseAnnextypeService.save(baseAnnextype); return AjaxResult.success(baseAnnextype); } /**