Browse Source

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

maxianghua 4 năm trước cách đây
mục cha
commit
b5f6c0a50d

+ 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>