fix: 首页功能优化完善。

This commit is contained in:
tianyongbao
2024-07-24 14:45:39 +08:00
parent 2c901b5d5b
commit 3cac9b3064
5 changed files with 488 additions and 234 deletions

View File

@@ -61,6 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.del_flag='0'
<if test="name != null and name != ''"> and a.name like '%'|| #{name}||'%'</if>
<if test="type != null and type != ''"> and a.type = #{type}</if>
<if test="debitType != null and debitType != ''"> and bcl.debit_type = #{debitType}</if>
<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>