فهرست منبع

[CODE]: 首页统计图数据去除条件、1:查询所有商品库存 2:查询所有客户库存

maxianghua 4 سال پیش
والد
کامیت
b5f6c0a50d
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      ruoyi-warehouse/src/main/resources/mapper/reportManagement/TWhgenlegMapper.xml

+ 0 - 2
ruoyi-warehouse/src/main/resources/mapper/reportManagement/TWhgenlegMapper.xml

@@ -343,7 +343,6 @@
                 f_goodsid
             ORDER BY
                 sum( f_qtyblc ) DESC
-            LIMIT 5
             ) t ON g.f_id = t.f_goodsid
     </select>
 
@@ -384,7 +383,6 @@
                 f_corpid
             ORDER BY
                 sum( f_qtyblc ) DESC
-            LIMIT 7
             ) t ON c.f_id = t.f_corpid
     </select>