44323
2023-10-26 91cabe852620e6a2f67344aa74363226152906c4
cloud-server-other/src/main/resources/mapper/GameMapper.xml
@@ -74,7 +74,12 @@
            <if test="storeId!=null ">
                and  st.id=#{storeId}
            </if>
            <if test="storeIds != null and storeIds.size()>0">
                AND bk.storeId IN
                <foreach collection="storeIds" separator="," item="id" open="(" close=")">
                    #{id}
                </foreach>
            </if>
        
        </where>