diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
index 871ef232..ed25fcd5 100644
--- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
+++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
@@ -105,13 +105,12 @@
- and (t.comp_code in
+ and t.comp_code in
#{companyCode}
- or t.comp_code is null or t.comp_code = ''
- )
+
and t.comp_code = #{companyCode}
diff --git a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml
index 28250108..b6d768b3 100644
--- a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml
+++ b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml
@@ -605,14 +605,12 @@
- and (t.comp_code in
+ and t.comp_code in
#{companyCode}
- or t.comp_code is null or t.comp_code = ''
- )
-
+
and t.comp_code = #{companyCode}