liujie
2023-10-25 c0db57abe71d3cedf5ad8326a03b8ad6cbfea43c
cloud-server-other/src/main/resources/mapper/GameMapper.xml
@@ -14,6 +14,9 @@
            <if test ="query.type==3">
                and st.id =#{query.id}
            </if>
            <if test ="query.type==2">
                and ga.operationId =#{query.id}
            </if>
            <if test="query.provinceCode!=null and query.provinceCode!=''">
                and ga.provinceCode = #{query.provinceCode}
@@ -68,6 +71,9 @@
            <if test="state!=null ">
                and  bk.status=#{state}
            </if>
            <if test="storeId!=null ">
                and  st.id=#{storeId}
            </if>
        
        </where>