src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -64,6 +64,7 @@ pm.model, si.remark, pm.unit, pm.uidNo, p.product_name from stock_inventory si left join product_model pm on si.product_model_id = pm.id @@ -94,6 +95,7 @@ select sir.*,si.qualitity as current_stock, pm.model, pm.unit, pm.uidNo, p.product_name, su.nick_name as create_by from