This commit is contained in:
linfso 2024-07-08 16:09:52 +08:00
parent 7700173cf7
commit 98e576d0bc

View File

@ -21,7 +21,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</sql>
<select id="selectFeeitemListBySubBillNo" parameterType="String" resultMap="EmisSettleSubBillFeeitemResult">
select id, sub_bill_no, bill_code, fee_code, fee_name, bill_fee, orig_fee, currency, order_num
select id, sub_bill_no, bill_code, fee_code, fee_name, bill_fee, orig_fee, currency, order_num,remark
from emis_settle_sub_bill_feeitem a
where a.del_flag='0' and a.sub_bill_no = #{subBillNo}
</select>