@@ -288,7 +288,7 @@
JOIN king_dee_material c ON b.material_id = c.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>