fix: 修改记账交易记录查询条件。
This commit is contained in:
@@ -51,7 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<include refid="selectAccountsDealRecordVo"/>
|
||||
<where>
|
||||
a.del_flag='0'
|
||||
<if test="name != null and name != ''"> and a.name like '%'|| #{name}||'%'</if>
|
||||
<if test="name != null and name != ''"> and (a2."name" like '%'|| #{name}||'%' or a2."code" like '%'|| #{name}||'%')</if>
|
||||
<if test="type != null and type != ''"> and a.type = #{type}</if>
|
||||
<if test="accountId != null and accountId != ''"> and a.account_id = #{accountId}</if>
|
||||
<if test="dealType != null and dealType != ''"> and a.deal_type = #{dealType}</if>
|
||||
|
||||
BIN
sql/20240604-sql/dump-intc_invest_dev-202406041004
Normal file
BIN
sql/20240604-sql/dump-intc_invest_dev-202406041004
Normal file
Binary file not shown.
BIN
sql/20240604-sql/dump-intc_invest_test-202406041005
Normal file
BIN
sql/20240604-sql/dump-intc_invest_test-202406041005
Normal file
Binary file not shown.
BIN
sql/20240604-sql/dump-intc_system-202406041005
Normal file
BIN
sql/20240604-sql/dump-intc_system-202406041005
Normal file
Binary file not shown.
Reference in New Issue
Block a user