|
@@ -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 !=''">
|