|
|
@@ -1012,6 +1012,7 @@
|
|
|
(SELECT dict_value from blade_dict where code='table_type' and dict_key not in(-1,0) and dict_key=table_type )
|
|
|
as tabType,
|
|
|
(SELECT count(1) FROM m_wbs_form_element WHERE f_id = initTableId and is_deleted=0) AS "elementTotal",
|
|
|
+ (SELECT tab_ch_name from m_table_info where tab_en_name = initTableName) As elementTableName,
|
|
|
(SELECT dict_value from blade_dict where code='owner_type' and dict_key not in(-1,0) and dict_key=table_owner )
|
|
|
as tabOwner,
|
|
|
/*排序*/
|