diff --git a/wms/src/main/resources/mapper/ItemTypeMapper.xml b/wms/src/main/resources/mapper/ItemTypeMapper.xml index 61454eb..b34b0d2 100644 --- a/wms/src/main/resources/mapper/ItemTypeMapper.xml +++ b/wms/src/main/resources/mapper/ItemTypeMapper.xml @@ -1,9 +1,9 @@ + PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> - + @@ -19,28 +19,40 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + - select item_type_id, parent_id, ancestors, type_name, order_num, status, del_flag, create_by, create_time, update_by, update_time from wms_item_type + select item_type_id, + parent_id, + ancestors, + type_name, + order_num, + status, + del_flag, + create_by, + create_time, + update_by, + update_time + from wms_item_type update wms_item_type set del_flag=1 - id in #{it} + item_type_id in + #{it}