|
@@ -99,6 +99,7 @@
|
|
|
<result column="is_import_identification_node" property="isImportIdentificationNode"/>
|
|
|
<result column="import_matching_info" property="importMatchingInfo"/>
|
|
|
<result column="is_concealed_works_node" property="isConcealedWorksNode"/>
|
|
|
+ <result column="is_ele" property="isEle"/>
|
|
|
<collection property="appUserList" javaType="java.util.List" ofType="org.springblade.manager.entity.AppUser"
|
|
|
select="getuserInfoByaccount"
|
|
|
column="{sonId=p_key_id}">
|
|
@@ -138,7 +139,7 @@
|
|
|
table_type, create_time, create_user, create_dept, update_user, update_time,
|
|
|
`STATUS`, is_deleted,
|
|
|
unique_code, partition_code, is_expernode, is_concrete, table_owner,
|
|
|
- major_data_type, init_table_name, is_link_table, excel_id, html_url,is_type_private_pid)
|
|
|
+ major_data_type, init_table_name, is_link_table, excel_id, html_url,is_type_private_pid,is_ele)
|
|
|
VALUES (#{pKeyId}, #{wbsTree.id}, #{wbsTree.wbsId}, #{wbsType}, #{wbsTree.projectId}, #{contractId}, 1,
|
|
|
#{wbsTree.tenantId}, #{wbsTree.parentId}, #{wbsTree.ancestors},
|
|
|
#{wbsTree.nodeType}, #{wbsTree.nodeName}, #{wbsTree.fullName}, #{wbsTree.sort}, #{wbsTree.remark},
|
|
@@ -148,7 +149,7 @@
|
|
|
#{wbsTree.status}, #{wbsTree.isDeleted}, #{wbsTree.uniqueCode}, #{wbsTree.partitionCode},
|
|
|
#{wbsTree.isExpernode}, #{wbsTree.isConcrete},
|
|
|
#{wbsTree.tableOwner}, #{wbsTree.majorDataType}, #{wbsTree.initTableName}, #{wbsTree.isLinkTable},
|
|
|
- #{wbsTree.excelId},#{wbsTree.htmlUrl},#{wbsTree.pKeyId})
|
|
|
+ #{wbsTree.excelId},#{wbsTree.htmlUrl},#{wbsTree.pKeyId},1)
|
|
|
</insert>
|
|
|
|
|
|
<update id="deleteBatch">
|