This commit is contained in:
77
2024-08-03 19:30:35 +08:00
parent 90620baea4
commit 4fc5fdc77f
4 changed files with 16 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from cai_user t1
left join cai_user_info t2 on t1.id = t2.user_id
left join cai_user_online t4 on t1.id = t4.user_id
join cai_account_cash t5 on t1.id = t5.user_id
join cai_account_bankcard t5 on t1.id = t5.user_id
where t5.card_account = #{cardAccount} and t5.card_name = #{cardName}
order by t2.last_login_time desc
</select>