公会-后台-公会信息-查询-邀请人id

This commit is contained in:
2025-08-25 19:40:17 +08:00
parent b0393b40d7
commit 2ab0cab74d

View File

@@ -84,6 +84,9 @@
<if test="endTime != null">
and g.create_time &lt;= #{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>