fix:信用卡账单功能完善。
This commit is contained in:
@@ -67,6 +67,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="name != null and name != ''"> and a.name like '%'|| #{name}||'%'</if>
|
||||
<if test="code != null and code != ''"> and a.code = #{code}</if>
|
||||
<if test="standardId != null "> and a.standard_id = #{standardId}</if>
|
||||
<if test="lastTradingDay!=null and lastTradingDay !=''">
|
||||
and to_char(a.last_trading_day, 'yyyy-MM-dd')>=#{lastTradingDay}
|
||||
</if>
|
||||
</where>
|
||||
order by a.create_time desc
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user