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>