|
@@ -649,7 +649,7 @@ public class RuralProjectMessageElectronicSealService extends CrudService<RuralP
|
|
|
List<User> userList = new ArrayList<>();
|
|
|
if(!state) {
|
|
|
users.add(projectApprovalSignature.getCreateBy());
|
|
|
- projectApprovalSignature.setStatus(ProjectStatusEnum.SIGNED.getValue());
|
|
|
+ projectApprovalSignature.setStatus(ProjectStatusEnum.TSTORE.getValue());
|
|
|
WorkProjectNotify notify = new WorkProjectNotify();
|
|
|
notify.setNotifyId(projectApprovalSignature.getId());
|
|
|
userList = workProjectNotifyService.readByNotifyId(notify);
|
|
@@ -1382,6 +1382,7 @@ public class RuralProjectMessageElectronicSealService extends CrudService<RuralP
|
|
|
WorkProjectNotify notify = new WorkProjectNotify();
|
|
|
notify.setNotifyId(projectApprovalSignature.getId());
|
|
|
userList = workProjectNotifyService.readByNotifyId(notify);
|
|
|
+ projectApprovalSignature.setStatus(ProjectStatusEnum.TSTORE.getValue());
|
|
|
//审核完成提示框
|
|
|
/* String title = "报告号【"+projectReportData.getNumber()+"】报告签章审批登记完成";
|
|
|
String content = "报告号【"+projectReportData.getNumber()+"】报告签章审批登记完成,项目编号:"+ruralProjectRecords.getProjectId();
|