🐛 个人银行账户查询问题修复

This commit is contained in:
ronger 2023-02-08 16:33:57 +08:00
parent c2651d0ad4
commit 44ca74864a

View File

@ -47,6 +47,6 @@
<select id="findPersonBankAccountByIdUser" resultMap="DTOResultMap"> <select id="findPersonBankAccountByIdUser" resultMap="DTOResultMap">
select fba.* select fba.*
from forest_bank_account fba from forest_bank_account fba
where fba.account_owner = #{idUser} where fba.account_owner = #{idUser} and account_type = 0
</select> </select>
</mapper> </mapper>