zyp 1 неделя назад
Родитель
Сommit
f5f38b1e0c

+ 2 - 1
fs-service/src/main/resources/mapper/xiaoshouyi/XsyAccountMapper.xml

@@ -77,7 +77,8 @@
             refresh_token_expires_at as refreshTokenExpiresAt,
             status,
             create_time as createTime,
-            update_time as updateTime
+            update_time as updateTime,
+            send_user_id as sendUserId
         from xsy_account
         where id in
         <foreach collection="ids" item="id" open="(" separator="," close=")">