cloud-server-other/src/main/resources/mapper/GameMapper.xml
@@ -20,11 +20,11 @@ </if> <if test="store!=null and store!=''"> and st.`name` = #{store} and st.`name` like concat('%',#{store},'%') </if> <if test="site!=null and site!=''"> and si.`name` = #{site} and si.`name` like concat('%',#{site},'%') </if> </where>