fix: 信用卡储蓄卡,sql修改。

This commit is contained in:
tianyongbao
2026-01-29 21:07:49 +08:00
parent 1076afc439
commit d91864df16
2 changed files with 5 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="bankType != null "> and a.bank_type = #{bankType}</if>
<if test="multiAccountConsolidated != null and multiAccountConsolidated != ''"> and a.multi_account_consolidated = #{multiAccountConsolidated}</if>
</where>
order by a.order_num desc
order by a.order_num asc
</select>
<select id="selectBankBaseInfoById" parameterType="Long" resultMap="BankBaseInfoResult">