diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml
index 3cccd225..ce0f3e2d 100644
--- a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml
+++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml
@@ -80,6 +80,17 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{item}
+
+ and (bu.unit_name like concat('%', #{keyWord}, '%') or
+ bp.pro_name like concat('%', #{keyWord}, '%') or
+ lai.code like concat('%', #{keyWord}, '%') or
+ lai.create_by like concat('%', #{keyWord}, '%') or
+ lai.lease_person like concat('%', #{keyWord}, '%') or
+ lai.phone like concat('%', #{keyWord}, '%'))
+
+
+
+
and lai.direct_id = #{directId}
and lai.lease_type = #{leaseType}
and lai.estimate_lease_time = #{estimateLeaseTime}