gongchunyi
17 小时以前 edb9341847ad20dc8f46a69ee07cd8316d92442e
src/main/resources/mapper/stock/StockUninventoryMapper.xml
@@ -56,6 +56,7 @@
        (su.qualitity - COALESCE(su.locked_quantity, 0)) as un_locked_quantity,
        pm.model,
        pm.unit,
        pm.thickness,
        p.product_name
        from stock_uninventory su
        left join product_model pm on su.product_model_id = pm.id