🐛 个人银行账户查询问题修复
This commit is contained in:
parent
c2651d0ad4
commit
44ca74864a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user