龚焕茏
2024-07-16 219cf838792ab0d50dd042d0fb8c60dd3a1e76f8
src/main/java/com/mindskip/xzs/controller/admin/DepartmentExamineController.java
@@ -53,7 +53,7 @@
        notify.setCreateTime(new Date());
        notify.setReadStatus(2);
        notify.setRefId(departmentExamine.getId());
        notify.setRefType(NotifyRefType.FEEDBACK.getValue());
        notify.setRefType(NotifyRefType.MOBILIZE.getValue());
        notify.setCreateUserId(webContext.getCurrentUser().getId());
        notifyService.add(notify);
        return RestResponse.ok();