|
@@ -260,8 +260,8 @@ public class RuralProjectMessageAllService extends CrudService<RuralProjectMessa
|
|
}
|
|
}
|
|
|
|
|
|
//设置纸质未归档天数
|
|
//设置纸质未归档天数
|
|
- if (null != records.getPrdAuditDate() && 5 != records.getProjectReportRecordStatus()
|
|
|
|
- && 5 != records.getFilingProjectStatus() && 7!= records.getProjectReportRecordStatus()
|
|
|
|
|
|
+ if (null != records.getPrdAuditDate()
|
|
|
|
+ && 5 != records.getFilingProjectStatus()
|
|
&& 7 != records.getFilingProjectStatus() && 10 != records.getFilingProjectStatus()){
|
|
&& 7 != records.getFilingProjectStatus() && 10 != records.getFilingProjectStatus()){
|
|
try {
|
|
try {
|
|
Date date2 = format.parse(records.getPrdAuditDate());
|
|
Date date2 = format.parse(records.getPrdAuditDate());
|
|
@@ -291,8 +291,8 @@ public class RuralProjectMessageAllService extends CrudService<RuralProjectMessa
|
|
}
|
|
}
|
|
|
|
|
|
//设置纸质未归档天数
|
|
//设置纸质未归档天数
|
|
- if (null != records.getTwoAuditPassDate() && 5 != records.getProjectReportRecordStatus()
|
|
|
|
- && !"5".equals(records.getPaperFilingStatus()) && 7!= records.getProjectReportRecordStatus() &&
|
|
|
|
|
|
+ if (null != records.getTwoAuditPassDate()
|
|
|
|
+ && !"5".equals(records.getPaperFilingStatus()) &&
|
|
!"7".equals(records.getPaperFilingStatus()) && !"10".equals(records.getPaperFilingStatus())){
|
|
!"7".equals(records.getPaperFilingStatus()) && !"10".equals(records.getPaperFilingStatus())){
|
|
try {
|
|
try {
|
|
Date date2 = format.parse(records.getTwoAuditPassDate());
|
|
Date date2 = format.parse(records.getTwoAuditPassDate());
|