|
@@ -1640,7 +1640,7 @@ public class RuralProjectRecordsService extends CrudService<RuralProjectRecordsD
|
|
|
}
|
|
|
//获取项目数据(获取已经超期的项目数据,进行修改超期状态)
|
|
|
List<RuralProjectRecords> projectNotReportList = dao.getProjectNotReportList(projectRecords);
|
|
|
- List<RuralProjectRecords> projectNotReportListNoUrgency = dao.getProjectNotReportList(projectRecords);
|
|
|
+ List<RuralProjectRecords> projectNotReportListNoUrgency = dao.getProjectNotReportListNoUrgency(projectRecords);
|
|
|
projectNotReportList.addAll(projectNotReportListNoUrgency);
|
|
|
List<String> idList = Lists.newArrayList();
|
|
|
if(projectNotReportList.size()>0) {
|