|
@@ -1109,7 +1109,7 @@ public class RuralProjectMessageNewService extends CrudService<RuralProjectMessa
|
|
|
}
|
|
|
break;
|
|
|
} else if ("modifyApply".equals(taskDefKey)&& count.contains("0")) {
|
|
|
- notifyRole = "总工审批";
|
|
|
+ notifyRole = "总审室审批";
|
|
|
taskCount = "0";
|
|
|
exp = "pass";
|
|
|
workActivityProcess.setCount(0);
|
|
@@ -1678,7 +1678,7 @@ public class RuralProjectMessageNewService extends CrudService<RuralProjectMessa
|
|
|
}
|
|
|
for (User u : users){
|
|
|
workProjectNotify.setUser(u);
|
|
|
- workProjectNotify.setNotifyRole("部门主任审批");
|
|
|
+ workProjectNotify.setNotifyRole("总审室审批");
|
|
|
workProjectNotify.setId("");
|
|
|
workProjectNotifyService
|
|
|
.save(workProjectNotify);
|
|
@@ -1826,7 +1826,7 @@ public class RuralProjectMessageNewService extends CrudService<RuralProjectMessa
|
|
|
}
|
|
|
for (User u : users){
|
|
|
workProjectNotify.setUser(u);
|
|
|
- workProjectNotify.setNotifyRole("部门主任审批");
|
|
|
+ workProjectNotify.setNotifyRole("总审室审批");
|
|
|
workProjectNotify.setId("");
|
|
|
workProjectNotifyService
|
|
|
.save(workProjectNotify);
|