|
@@ -124,7 +124,7 @@
|
|
|
and purchase.companyId = #{companyId}
|
|
and purchase.companyId = #{companyId}
|
|
|
</if>
|
|
</if>
|
|
|
and pu_statuscode='AUDITED'
|
|
and pu_statuscode='AUDITED'
|
|
|
- </where> order by pu_date desc
|
|
|
|
|
|
|
+ </where> order by pu_id desc,pd_id
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|