liyong
2026-04-28 2c51e2bac7e271f6bd1a7da060e4ffd327d5a8d2
src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
@@ -128,7 +128,7 @@
            AND slp.product_category = #{req.productCategory}
        </if>
        <!-- 按产品大类分组聚合 -->
        GROUP BY slp.product_category
        GROUP BY slp.product_category,slp.specification_model,sl.supplier_name
        <!-- 按产品大类排序 -->
        ORDER BY slp.product_category
    </select>