|
@@ -593,7 +593,7 @@ public class RuralProjectMessageNewTwoService extends CrudService<RuralProjectMe
|
|
|
}
|
|
|
for (User u : users){
|
|
|
workProjectNotify.setUser(u);
|
|
|
- workProjectNotify.setNotifyRole("部门主任审批");
|
|
|
+ workProjectNotify.setNotifyRole("总审室审批");
|
|
|
workProjectNotify.setId("");
|
|
|
workProjectNotifyService
|
|
|
.save(workProjectNotify);
|