From 36db4f2912032e6f241af1e33b6aee7f204a7775 Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 18 May 2024 17:54:12 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml index c1114212e..bc53e1114 100644 --- a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml @@ -114,7 +114,7 @@ and trans_line_code like concat('%', #{transLineCode}, '%') and trans_line like concat('%', #{transLine}, '%') and fee_type like concat('%', #{feeType}, '%') - and prod_code=#{prodCode} + and FIND_IN_SET(#{prodCode}, prod_code) and prod_name like concat('%', #{prodName}, '%') and rec_pay_type like concat('%', #{recPayType}, '%') and bill_type= #{billType}