fix: 信用卡分期,bug修复。
This commit is contained in:
@@ -91,7 +91,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
installment_history_detail d
|
||||
where
|
||||
d.installment_history_id = a.id
|
||||
and d.posting_state = '0')
|
||||
and d.posting_state = '0'
|
||||
and d.del_flag='0' )
|
||||
as repayment_date,
|
||||
a.repaid_period,
|
||||
a.total_interest,
|
||||
|
||||
Reference in New Issue
Block a user