src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -63,6 +63,7 @@
        (si.qualitity - COALESCE(si.locked_quantity, 0)) as un_locked_quantity,
        pm.model,
        si.remark,
        si.stock_location,
        pm.unit,
        p.product_name
        from stock_inventory si