diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index c6b91b622..345badf0b 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -895,6 +895,8 @@
and a.payment_remark like concat('%', #{paymentRemark}, '%')
and a.order_remark like concat('%', #{orderRemark}, '%')
+ and a.data_from = #{dataFrom}
+
and a.remark like concat('%', #{remark}, '%')
and a.create_by= #{createBy}
and a.update_by=#{updateBy}