north-glass-erp/src/main/resources/mapper/mm/MaterialInventory.xml
@@ -1309,4 +1309,14 @@ order by mi.id desc </select> <update id="updateMaterialInventoryAll" > update mm.material_inventory set date_of_manufacture=#{materialInventory.dateOfManufacture}, producer=#{materialInventory.producer}, quality_guarantee_period=#{materialInventory.qualityGuaranteePeriod}, inventory_area=#{materialInventory.inventoryArea}, remarks=#{materialInventory.remarks}, inventory_organization=#{materialInventory.inventoryOrganization} where id=#{materialInventoryId} </update> </mapper>