From 99d867ea4ee95bc4d539d8276f4925be55707c56 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Mon, 27 Oct 2025 17:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E6=9B=B4=E6=96=B0=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=99=90=E5=88=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/material/codeCollection/WsMaInfoMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml index 327193c6..81355410 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml @@ -93,7 +93,7 @@ or qr_code = #{maCode}) - LIMIT 10 + LIMIT 500 ) AS t1 UNION ALL @@ -117,7 +117,7 @@ or mm.qr_code = #{maCode}) - LIMIT 10 + LIMIT 500 ) AS t2