Explorar o código

外部单位-意见反馈驳回调整

sangwenwei hai 9 meses
pai
achega
c3a5241c19

+ 1 - 1
src/main/java/com/jeeplus/modules/externalUnit/service/ExternalUnitFeedbackService.java

@@ -624,7 +624,7 @@ public class ExternalUnitFeedbackService extends CrudService<ExternalUnitFeedbac
                     str = "项目-"+feedback.getProject().getName()+"-发起人:"+userName+"意见反馈申请被驳回,请重新申请";
                     WorkProjectNotify notify = new WorkProjectNotify();
                     notify.setNotifyId(feedback.getId());
-//                    notify.setAuditor(UserUtils.getUser().getId());
+                    notify.setAuditor(UserUtils.getUser().getId());
                     userList = workProjectNotifyService.readByNotifyId(notify);
                     workProjectNotifyService
                             .save(UtilNotify