zss
6 天以前 adaa8767fed209088f7b57d1b5dfec0474a77de8
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