zss
5 天以前 5a662d3a4aa00efac7cfb102f794e7c18cd7d9f0
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>