From b57d1dd0b4fff378eed78e873381c1ab8e1c0153 Mon Sep 17 00:00:00 2001 From: liyj <1617420630@qq.com> Date: Sat, 19 Jul 2025 14:22:09 +0800 Subject: [PATCH] =?UTF-8?q?es=E5=AF=BC=E5=85=A5=E6=8E=A5=E5=8F=A3=E6=96=B0?= =?UTF-8?q?=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall-search/src/main/resources/dao/EsProductImage.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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