From 2c7b1d947d5d9a05fd3771f20e2cf8effde04d85 Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 4 Jul 2024 07:27:41 +0800 Subject: [PATCH] md --- .../resources/mapper/EmisSettleSubBillFeeitemMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisSettleSubBillFeeitemMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleSubBillFeeitemMapper.xml index feccc67e2..d9fc92094 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleSubBillFeeitemMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleSubBillFeeitemMapper.xml @@ -25,9 +25,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" del_flag='0' and id = #{id} - and sub_bill_no like concat('%', #{subBillNo}, '%') - and bill_code like concat('%', #{billCode}, '%') - and fee_code like concat('%', #{feeCode}, '%') + and sub_bill_no=#{subBillNo} + and bill_code=#{billCode} + and fee_code=#{feeCode} and fee_name like concat('%', #{feeName}, '%') and bill_fee = #{billFee} and orig_fee = #{origFee}