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}