Jelajahi Sumber

项目管理纸质归档筛选-未归档不显示无需归档的数据

huangguoce 1 bulan lalu
induk
melakukan
c5e6fd3004

+ 3 - 1
src/main/resources/mappings/modules/ruralprojectrecords/RuralProjectMessageDao.xml

@@ -764,7 +764,9 @@
 							</if>
 						</when>
 						<otherwise>
-							AND( temporarydb.downProjectReportRecordPaperFilingStatus = '00')
+							AND( temporarydb.downProjectReportRecordPaperFilingStatus = '00'
+                            and temporarydb.paperFilingStatus != '10'
+                            )
 						</otherwise>
 					</choose>
 				</when>