diff --git a/mall-search/src/main/resources/dao/EsProductImage.xml b/mall-search/src/main/resources/dao/EsProductImage.xml
index e8cb0adf..6160290f 100644
--- a/mall-search/src/main/resources/dao/EsProductImage.xml
+++ b/mall-search/src/main/resources/dao/EsProductImage.xml
@@ -46,6 +46,9 @@
WHERE product_id = lp.id
) AS merged_image_url
FROM library_product lp
+
+ where lp.updated_at>=#{updateTime}
+
limit #{start},#{row}
@@ -66,6 +69,10 @@
WHERE product_id = lp.id
) AS merged_image_url
FROM library_product lp
+
+ where lp.updated_at>=#{updateTime}
+
)temp
+
\ No newline at end of file