diff --git a/src/com/engine/organization/mapper/extend/ExtendGroupMapper.xml b/src/com/engine/organization/mapper/extend/ExtendGroupMapper.xml
index 25167c29..16fa249a 100644
--- a/src/com/engine/organization/mapper/extend/ExtendGroupMapper.xml
+++ b/src/com/engine/organization/mapper/extend/ExtendGroupMapper.xml
@@ -31,7 +31,7 @@
FROM
jcl_field_extendgroup t
- WHERE t.delete_type = 0
+ WHERE t.delete_type = 0 and t.is_show = 1
and extend_type = #{extendType}
@@ -56,7 +56,7 @@
select
from jcl_field_extendgroup t
- WHERE t.delete_type = 0
+ WHERE t.delete_type = 0 and t.is_show = 1
and t.pid= #{pid}
diff --git a/src/com/engine/organization/mapper/extend/ExtendTitleMapper.xml b/src/com/engine/organization/mapper/extend/ExtendTitleMapper.xml
index e39e32f5..fff58b22 100644
--- a/src/com/engine/organization/mapper/extend/ExtendTitleMapper.xml
+++ b/src/com/engine/organization/mapper/extend/ExtendTitleMapper.xml
@@ -33,7 +33,7 @@
FROM
jcl_field_extendtitle t
- WHERE t.delete_type = 0
+ WHERE t.delete_type = 0 and t.is_show = 1
and group_id = #{groupId}
@@ -45,7 +45,7 @@
FROM
jcl_field_extendtitle t
- WHERE t.delete_type = 0
+ WHERE t.delete_type = 0 and t.is_show = 1
AND id IN
#{id}
diff --git a/src/com/engine/organization/service/ExtService.java b/src/com/engine/organization/service/ExtService.java
index 6574500c..af0e8484 100644
--- a/src/com/engine/organization/service/ExtService.java
+++ b/src/com/engine/organization/service/ExtService.java
@@ -51,8 +51,7 @@ public interface ExtService {
* @param showLabel
* @return
*/
- List