liyong
5 天以前 7706e5b97ebbdd767a237d5a79d18da6e1269a1d
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