diff --git a/zhyc-module/src/main/resources/mapper/biosafety/DewormMapper.xml b/zhyc-module/src/main/resources/mapper/biosafety/DewormMapper.xml
index 1371396..9efa115 100644
--- a/zhyc-module/src/main/resources/mapper/biosafety/DewormMapper.xml
+++ b/zhyc-module/src/main/resources/mapper/biosafety/DewormMapper.xml
@@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and sheep_id = #{sheepId}
+ and bs.manage_tags like concat('%',#{sheepNo},'%')
and datetime between #{params.beginDatetime} and #{params.endDatetime}
and technical = #{technical}
diff --git a/zhyc-module/src/main/resources/mapper/biosafety/HealthMapper.xml b/zhyc-module/src/main/resources/mapper/biosafety/HealthMapper.xml
index 3de1d50..09684ab 100644
--- a/zhyc-module/src/main/resources/mapper/biosafety/HealthMapper.xml
+++ b/zhyc-module/src/main/resources/mapper/biosafety/HealthMapper.xml
@@ -34,9 +34,16 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"