彭雪彬
2025-07-14 341ed4e217f20caae7f827dcbd8fb93eff937055
oying-system/src/main/resources/mapper/pc/store/StoreMapper.xml
@@ -135,7 +135,9 @@
                AND s.platform_category_id = #{criteria.platformCategoryId}
            </if>
        </where>
        LIMIT 1000
        <if test="criteria.limit != null">
            limit #{criteria.limit}
        </if>
    </select>
    <select id="queryUserStores" parameterType="java.lang.Long" resultMap="StoreResult">