@@ -273,7 +273,7 @@
LEFT JOIN king_dee_purchase_order_item b ON a.id = b.f_id
${ex.query}
<if test="ex.orderBy == null or ex.orderBy ==''">
- ORDER BY a.f_date DESC
+ ORDER BY a.for_date DESC
</if>
${ex.orderBy}
</select>