Kaynağa Gözat

项目列表管理bug修改

user5 3 yıl önce
ebeveyn
işleme
fd21e2001a

+ 2 - 2
src/main/resources/mappings/modules/ruralprojectrecords/RuralProjectMessageAllDao.xml

@@ -495,7 +495,7 @@ END) as projectScale*/
 			</if>
 			<choose>
 				<when test="downProjectReportRecordStatus == 0">
-					AND( pfp.status is null or ppf.status is null )
+					AND( /*pfp.status is null or*/ ppf.status is null )
 				</when>
 				<otherwise>
 					<if test="downProjectReportRecordStatus!=null and downProjectReportRecordStatus !=''">
@@ -715,7 +715,7 @@ END) as projectScale*/
 
 			<choose>
 				<when test="downProjectReportRecordStatus == 0">
-					AND( pfp.status is null or ppf.status is null )
+					AND( /*pfp.status is null or*/ ppf.status is null )
 				</when>
 				<otherwise>
 					<if test="downProjectReportRecordStatus!=null and downProjectReportRecordStatus !=''">