diff --git a/ktg-mes/src/main/resources/mapper/md/MdItemMapper.xml b/ktg-mes/src/main/resources/mapper/md/MdItemMapper.xml index 21d3c2f..4945691 100644 --- a/ktg-mes/src/main/resources/mapper/md/MdItemMapper.xml +++ b/ktg-mes/src/main/resources/mapper/md/MdItemMapper.xml @@ -121,6 +121,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update md_item item_name = #{itemName}, + item_type_id = #{itemTypeId}, + item_type_code = #{itemTypeCode}, + item_type_name = #{itemTypeName}, specification = #{specification}, unit_of_measure = #{unitOfMeasure}, item_or_product = #{itemOrProduct},