|
@@ -476,7 +476,9 @@
|
|
|
<if test="projectReportStatus != null and projectReportStatus != ''">
|
|
|
AND prd.status = #{projectReportStatus}
|
|
|
</if>
|
|
|
-
|
|
|
+ <if test="submitMoney != null and submitMoney != ''">
|
|
|
+ AND a.submit_money = #{submitMoney}
|
|
|
+ </if>
|
|
|
<choose>
|
|
|
<when test="projectReportRecordStatus != null and projectReportRecordStatus != '' and projectReportRecordStatus != 0">
|
|
|
AND prr.status = #{projectReportRecordStatus}
|
|
@@ -643,7 +645,9 @@
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
</if>
|
|
|
-
|
|
|
+ <if test="submitMoney != null and submitMoney != ''">
|
|
|
+ AND a.submit_money = #{submitMoney}
|
|
|
+ </if>
|
|
|
<choose>
|
|
|
<when test="projectReportRecordStatus != null and projectReportRecordStatus != '' and projectReportRecordStatus != 0">
|
|
|
AND prr.status = #{projectReportRecordStatus}
|