diff --git a/mhd_bms/src/main/resources/mapper/BusinessDocumentMapper.xml b/mhd_bms/src/main/resources/mapper/BusinessDocumentMapper.xml
index 9c6f2ffcc..7e6608fe0 100644
--- a/mhd_bms/src/main/resources/mapper/BusinessDocumentMapper.xml
+++ b/mhd_bms/src/main/resources/mapper/BusinessDocumentMapper.xml
@@ -166,12 +166,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND contract_name like concat('%', #{businessDocumentDO.contractName}, '%')
+
+
+
- AND bill_amount like concat('%', #{businessDocumentDO.billAmount}, '%')
+ and bill_amount = #{businessDocumentDO.billAmount}
- AND estimated_cost like concat('%', #{businessDocumentDO.estimatedCost}, '%')
+ AND estimated_cost = #{businessDocumentDO.estimatedCost}
+
+
+
AND first_subject_name like concat('%', #{businessDocumentDO.firstSubjectName}, '%')
@@ -193,6 +199,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND document_type_code = #{businessDocumentDO.documentTypeCode}
+
+ AND document_type_code = #{businessDocumentDO.salesmanId}
+
and business_document_id in