diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
index c262a637..f0c9db6b 100644
--- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
+++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
@@ -1093,10 +1093,10 @@
and t.bzr like concat('%',#{bzr},'%')
- and t.bzdh is not null and t.inaccount_status = '1'
+ and t.bzdh = #{bzdh}
- and t.bzdh = #{bzdh}
+ and t.bzdh is not null and t.inaccount_status = '1'
and t.inaccount_status = #{inAccountStatus}