From a655beac3cc274cf16cc928678e4313e44e1249a Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 15 Jul 2024 07:41:40 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index a97721f59..02a45a0b8 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -476,7 +476,7 @@ - a.del_flag='0' + a.del_flag='0' and order_status !='0' and ( FIND_IN_SET(`bill_code`,#{billCode}) or bill_code like concat('%', #{billCode}, '%') )