fix: 记账账户统计,只统计储蓄卡余额。
This commit is contained in:
@@ -65,7 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="state != null and state != ''"> and a.state = #{state}</if>
|
||||
<if test="status != null and status != ''"> and a.status = #{status}</if>
|
||||
<if test="accountId != null and accountId != ''"> and a.account_id = #{accountId}</if>
|
||||
<if test="repayFlag != null and repayFlag != ''"> and bcl.debit_type in('1','2','3')</if>
|
||||
<if test="repayFlag != null and repayFlag != ''"> and bcl.debit_type in('1','2')</if>
|
||||
</where>
|
||||
<!-- 数据范围过滤 -->
|
||||
${params.dataScope}
|
||||
|
||||
Reference in New Issue
Block a user