|
|
(select uid,aid,max(lock_time) as update_time
|
|
(select uid,aid,max(lock_time) as update_time
|
|
|
(select uid,aid,max(create_time) as last_follow_time from user_follow where aid = #{aid,jdbcType=VARCHAR} group by uid)t1
|
|
(select uid,aid,max(create_time) as last_follow_time from user_follow where aid = #{aid,jdbcType=VARCHAR} group by uid)t1
|