diff --git a/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml index 9f94f7649..1a3f53197 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml @@ -133,6 +133,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.salesmen = #{params.salesmen} + + and a.bl_special_quote = #{params.blSpecialQuote} + + + + and a.calc_fee_type = #{params.calcFeeType} + + and a.payment_type = #{params.paymentType}