fix: 智聪记账管理,非柜面限额调整bug修复。
This commit is contained in:
@@ -136,4 +136,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
#{id}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<select id="selectRecentBankCardLimitHistoryById" parameterType="Long" resultMap="BankCardLimitHistoryResult">
|
||||
<include refid="selectBankCardLimitHistoryVo"/>
|
||||
where a.del_flag='0'
|
||||
and a.bank_card_lend_id = #{id}
|
||||
order by a.create_time desc
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user