|
@@ -1177,6 +1177,8 @@ public class ProjectReportRecordService extends CrudService<ProjectReportRecordD
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ //修改项目表中字段信息
|
|
|
|
+ dao.updateReported(record);
|
|
WorkProjectNotify notify = new WorkProjectNotify();
|
|
WorkProjectNotify notify = new WorkProjectNotify();
|
|
notify.setNotifyId(projectReportRecord.getId());
|
|
notify.setNotifyId(projectReportRecord.getId());
|
|
userList = workProjectNotifyService.readByNotifyId(notify);
|
|
userList = workProjectNotifyService.readByNotifyId(notify);
|