From 6742091fde91acc3583e92d176384e8656d5b264 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 10 Jul 2024 08:11:08 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisSettleSubBillMapper.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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}