|
@@ -3186,6 +3186,9 @@ public class WorkProjectNotifyController extends BaseController {
|
|
//项目计划
|
|
//项目计划
|
|
RuralProjectRecords projectRecordPlans = this.planView(projectReportDataTwo.getProject().getId());
|
|
RuralProjectRecords projectRecordPlans = this.planView(projectReportDataTwo.getProject().getId());
|
|
model.addAttribute("projectRecordPlans", projectRecordPlans);
|
|
model.addAttribute("projectRecordPlans", projectRecordPlans);
|
|
|
|
+ //获取总审人员
|
|
|
|
+ User user=UserUtils.get(data.getBzshbUserId());
|
|
|
|
+ model.addAttribute("bzshbUserName",user.getName());
|
|
//质量复核标准展示
|
|
//质量复核标准展示
|
|
String review="";
|
|
String review="";
|
|
if ("2".equals(ruralProjectRecords.getSubmitMoney())){
|
|
if ("2".equals(ruralProjectRecords.getSubmitMoney())){
|
|
@@ -4106,6 +4109,9 @@ public class WorkProjectNotifyController extends BaseController {
|
|
//获取质量复核项目组成员
|
|
//获取质量复核项目组成员
|
|
List<RuralReportConsultant> consultantinfo =this.qualityView(ruralProjectRecords,projectReportData);
|
|
List<RuralReportConsultant> consultantinfo =this.qualityView(ruralProjectRecords,projectReportData);
|
|
model.addAttribute("consultantinfo", consultantinfo);
|
|
model.addAttribute("consultantinfo", consultantinfo);
|
|
|
|
+ //获取总审人员
|
|
|
|
+ User user=UserUtils.get(projectReportData.getBzshbUserId());
|
|
|
|
+ model.addAttribute("bzshbUserName",user.getName());
|
|
|
|
|
|
if (workProjectNotify.getRemarks().contains("待通知") || "view".equals(workProjectNotify.getView())) {
|
|
if (workProjectNotify.getRemarks().contains("待通知") || "view".equals(workProjectNotify.getView())) {
|
|
//展示
|
|
//展示
|