liding
2 天以前 9bad4cfca9b9f51f433bf0caf5b5d166d1fc55a7
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -360,7 +360,8 @@
            p1.product_name AS parentName,
            si.batch_no,
            si.customer,
            si.production_date
            si.production_date,
            pm.validity_period
            FROM
            stock_inventory si
            LEFT JOIN product_model pm ON si.product_model_id = pm.id