yaowanxin
7 天以前 c11ffed99e390d5f85948e88f10c67202b5390e8
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