liyong
7 天以前 cdf2005b0dcb458b747958ebe808931914815541
src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
@@ -154,7 +154,7 @@
        select
            p.product_name as product_category,
            pm.model as specification_model,
            pm.id
            pm.id as product_model_id
        from product_model pm
        left join product p on pm.product_id = p.id
    </select>