|
|
|
@ -37,7 +37,7 @@ |
|
|
|
id, username, tiktok_code, tiktok_number, phone, scan_code, invite_code, intro, img, |
|
|
|
is_hot, is_show, create_time, update_time, sort |
|
|
|
</sql> |
|
|
|
<select id="queryThreeImgUserList" resultType="com.bnyer.img.vo.TiktokUserVo"> |
|
|
|
<select id="queryThreeImgUserList" resultMap="UserThreeList"> |
|
|
|
select |
|
|
|
id, username,tiktok_number,scan_code,img,is_hot,sort |
|
|
|
from img_tiktok_user itu |
|
|
|
|