liding
2026-04-15 1d2d3760bef94013f80cae555bdcbfb2268929a2
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -359,7 +359,9 @@
            p.parent_id AS parent_id,
            p1.product_name AS parentName,
            si.batch_no,
            si.customer
            si.customer,
            si.production_date,
            pm.validity_period
            FROM
            stock_inventory si
            LEFT JOIN product_model pm ON si.product_model_id = pm.id