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