md
This commit is contained in:
parent
7700173cf7
commit
98e576d0bc
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user