浏览代码

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