xin
2025-07-02 04f33d32c28830004917c356d57f1a2714f2be0e
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">