公会信息bug
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user