|
@@ -339,7 +339,7 @@
|
|
|
wt.table_type AS tableType,
|
|
|
wt.`status` AS isCreateTable ,
|
|
|
wt.table_owner as tableOwner,
|
|
|
- wt.is_link_table,
|
|
|
+ IF(wt.excel_id = #{liunxId}, IF(is_link_table=2,2,1), 1) as is_link_table,
|
|
|
wt.init_table_name as "initTableName",
|
|
|
wt.parent_id AS "parentId",
|
|
|
wt.wbs_id AS "wbsId",
|