diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
index da118c51..5c675024 100644
--- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
+++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
@@ -105,11 +105,10 @@
- and (t.comp_code in
+ and t.comp_code in
#{companyCode}
- )
diff --git a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml
index 8eb03a68..b56d1da0 100644
--- a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml
+++ b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml
@@ -604,14 +604,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}