公会信息bug

This commit is contained in:
2025-08-18 15:35:00 +08:00
parent f991a9c7c3
commit 0816b12882

View File

@@ -70,7 +70,7 @@
</if>
where 1 = 1
<if test="guildIdList != null and guildIdList.size() > 0">
and g.id in <foreach collection="guildIdList" open="(" close=")" item="id">#{id}</foreach>
<foreach collection="guildIdList" open="and g.id in(" close=")" separator="," item="id">#{id}</foreach>
</if>
<if test="partitionId != null">
and g.partition_id = #{partitionId}