From aec860dacf20653dfb8c980fc65060664d12e652 Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Fri, 13 Jun 2025 15:06:57 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=20BUG=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/health/HealthPopularArticleMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/health/HealthPopularArticleMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/health/HealthPopularArticleMapper.xml index e1d4e64..c50851e 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/health/HealthPopularArticleMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/health/HealthPopularArticleMapper.xml @@ -78,6 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ) a and a.chronic_ids like concat('%', #{chronicIds}, '%') + and a.chronic_ids like concat('%', #{chronicId}, '%') order by a.create_time desc