公会-后台-公会信息-查询-邀请人id
This commit is contained in:
@@ -84,6 +84,9 @@
|
||||
<if test="endTime != null">
|
||||
and g.create_time <= #{endTime}
|
||||
</if>
|
||||
<if test="inviteUid != null">
|
||||
and g.invite_uid = #{inviteUid}
|
||||
</if>
|
||||
<if test="startTime != null or endTime != null">
|
||||
order by gm.member_count desc
|
||||
</if>
|
||||
|
Reference in New Issue
Block a user