|
@@ -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
|