diff --git a/emis-biz/src/main/resources/mapper/EmisSettlePayRecordMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettlePayRecordMapper.xml
index 61ba91225..34b89a151 100644
--- a/emis-biz/src/main/resources/mapper/EmisSettlePayRecordMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisSettlePayRecordMapper.xml
@@ -104,6 +104,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and create_site like concat('%', #{createSite}, '%')
and update_site like concat('%', #{updateSite}, '%')
+
+ and create_time = ]]> #{params.beginCreateTime}
+
+
+ and create_time #{params.endCreateTime}
+
+
+
and settle_bill_no in(
select bill_no from emis_settle_sub_bill b where del_flag='0'