diff --git a/zycx/src/main/resources/mapper/ZycxMapper.xml b/zycx/src/main/resources/mapper/ZycxMapper.xml
index 77cdf51..2636cb3 100644
--- a/zycx/src/main/resources/mapper/ZycxMapper.xml
+++ b/zycx/src/main/resources/mapper/ZycxMapper.xml
@@ -29,9 +29,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND a.sqsj <= CONVERT(varchar(100), #{et}, 120)
- and brdh = #{queryValue}
- and ch = #{queryValue}
- and brxm = #{queryValue}
+ and a.brdh = #{queryValue}
+ and a.ch = #{queryValue}
+ and a.brxm like '%'+#{queryValue}+'%'