From 695887dee29f5f583e40aa4a5475a2a28e30bbf2 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 11 Jun 2024 20:42:12 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisWaybillAttachmentMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml index 0941a31be..5af924f4e 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml @@ -29,7 +29,7 @@ and id = #{id} and waybill_id = #{waybillId} and ( FIND_IN_SET(`bill_code`,#{billCode}) or bill_code like concat('%', #{billCode}, '%') ) - and attach_type=#{attachType} + and FIND_IN_SET(attach_type,#{attachType}) and file_name like concat('%', #{fileName}, '%') and file_url like concat('%', #{fileUrl}, '%') and file_siez = #{fileSiez}