nickchange
2023-10-18 be76c17568e365170626c88963bfb9e16fb38793
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>