|
@@ -835,7 +835,7 @@
|
|
|
|
|
|
|
|
<!-- 查询账户扣款-->
|
|
<!-- 查询账户扣款-->
|
|
|
<select id="getWithholdAccount" parameterType="Map" resultType="Map">
|
|
<select id="getWithholdAccount" parameterType="Map" resultType="Map">
|
|
|
- select ifnull(SUM(t.amount),0.0) lateFee
|
|
|
|
|
|
|
+ select ifnull(SUM(t.amount),0.0) withholdAccount
|
|
|
from account_detail t
|
|
from account_detail t
|
|
|
INNER JOIN account ac on t.acct_id = ac.acct_id and ac.status_cd = '0'
|
|
INNER JOIN account ac on t.acct_id = ac.acct_id and ac.status_cd = '0'
|
|
|
where 1=1
|
|
where 1=1
|