maven
7 天以前 da78c6cd6cfa63c09fc8b41c18af6f06393847aa
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -62,7 +62,9 @@
        select si.qualitity,
        pm.model,
        pm.unit,
        p.product_name
        p.product_name,
        si.remark,
        si.update_time
        from stock_inventory si
        left join product_model pm on si.product_model_id = pm.id
        left join product p on pm.product_id = p.id