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