|
@@ -611,7 +611,9 @@
|
|
|
<update id="syncCurrentFormToAllContract">
|
|
|
UPDATE m_wbs_tree_contract
|
|
|
SET html_url = #{wbsTreePrivate.htmlUrl},
|
|
|
- init_table_name = #{wbsTreePrivate.initTableName}
|
|
|
+ init_table_name = #{wbsTreePrivate.initTableName},
|
|
|
+ node_name = #{wbsTreePrivate.nodeName},
|
|
|
+ full_name = #{wbsTreePrivate.fullName}
|
|
|
WHERE project_id = #{wbsTreePrivate.projectId}
|
|
|
and excel_id = #{wbsTreePrivate.excelId}
|
|
|
</update>
|