@@ -1974,6 +1974,7 @@
<if test="fWarehouseid != null ">and tw.f_warehouseid = #{fWarehouseid}</if>
<if test="fPurchase != null ">and tw.f_purchase = #{fPurchase}</if>
</where>
+ ORDER BY tw.f_id
</select>
<!--安品调入统计-->
<select id="selectTWarehouseFold" parameterType="TWarehousebillsfees"