From a371e0749423be4500fe9fe304bb63f47439093a Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 6 Mar 2025 14:43:50 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 2 ++ 1 file changed, 2 insertions(+) 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}