数据
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user