添加最后登录时间 1

This commit is contained in:
yijiegong 2024-08-26 11:41:35 +08:00
parent 6ba0544243
commit d78a7a7ac6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public interface ShopUserMapper extends BaseMapper<TbShopUser> {
@Select("<script>" +
"SELECT su.id as id, su.head_img as headImg, su.name as nickName, su.sex as sex, " +
"su.amount as amount, 0 as totalScore, su.telephone as telephone, u.last_log_in_at as lastLoginAt, " +
"su.birth_day as birthDay, su.is_vip as isVip, su.created_at as createAt, " +
"su.birth_day as birthDay, su.is_vip as isVip, su.created_at as createAt " +
"FROM tb_shop_user su " +
"left join tb_user_info u on u.id = su.user_id " +
"<where> " +