lazhaoqian před 3 roky
rodič
revize
431e0ec8a6

+ 1 - 0
ruoyi-warehouse/src/main/resources/mapper/warehouseBusiness/TWarehousebillsfeesMapper.xml

@@ -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"