@@ -151,6 +151,7 @@
<if test="companyId != null">
and purchase.companyId = #{companyId}
</if>
+ and pu_statuscode='AUDITED'
</where> order by pu_date desc
</select>