|
@@ -1658,7 +1658,7 @@ public class WorkContractInfoService extends CrudService<WorkContractInfoDao, Wo
|
|
|
boolean state = actTaskService.isProcessEnd(workContractInfo.getAct().getProcInsId());
|
|
|
List<User> users = new ArrayList<>();
|
|
|
List<User> userList = new ArrayList<>();
|
|
|
- List<User> zjlList = dao.getUserByRole("总经理");
|
|
|
+ //List<User> zjlList = dao.getUserByRole("总经理");
|
|
|
if(!state) {
|
|
|
str = "合同编号:" + workContractInfo.getContractNum() + ",主委托方:" + workContractInfo.getClient().getName() + ",合同所属部门:"+office.getName();
|
|
|
title = "合同名称:"+workContractInfo.getName();
|
|
@@ -1682,7 +1682,7 @@ public class WorkContractInfoService extends CrudService<WorkContractInfoDao, Wo
|
|
|
"0",
|
|
|
"待通知",
|
|
|
notifyRole));
|
|
|
- for (User user : zjlList) {
|
|
|
+ /*for (User user : zjlList) {
|
|
|
workProjectNotifyService
|
|
|
.save(UtilNotify
|
|
|
.saveNotify(workContractInfo.getId(),
|
|
@@ -1694,7 +1694,7 @@ public class WorkContractInfoService extends CrudService<WorkContractInfoDao, Wo
|
|
|
"0",
|
|
|
"待通知",
|
|
|
notifyRole));
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
} else {
|
|
|
WorkProjectNotify notify = new WorkProjectNotify();
|
|
@@ -1713,7 +1713,7 @@ public class WorkContractInfoService extends CrudService<WorkContractInfoDao, Wo
|
|
|
"0",
|
|
|
"待通知",
|
|
|
notifyRole));
|
|
|
- for (User user : zjlList) {
|
|
|
+ /*for (User user : zjlList) {
|
|
|
workProjectNotifyService
|
|
|
.save(UtilNotify
|
|
|
.saveNotify(workContractInfo.getId(),
|
|
@@ -1725,7 +1725,7 @@ public class WorkContractInfoService extends CrudService<WorkContractInfoDao, Wo
|
|
|
"0",
|
|
|
"待通知",
|
|
|
notifyRole));
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
}
|
|
|
workActivityProcessService.deleteProcessIdAuditUsers(workContractInfo.getProcessInstanceId());
|