liyong
2026-04-29 f053e8ba8c6d0b95daa378ef118b3a780f9f6cde
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>