From 4186fef45a250603bc13a9d403f1505616d0cc72 Mon Sep 17 00:00:00 2001 From: FBODC Date: Wed, 16 Apr 2025 14:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-test/src/main/resources/mapper/test/TestCaseMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-test/src/main/resources/mapper/test/TestCaseMapper.xml b/test-test/src/main/resources/mapper/test/TestCaseMapper.xml index b73eb76..c3ea6e7 100644 --- a/test-test/src/main/resources/mapper/test/TestCaseMapper.xml +++ b/test-test/src/main/resources/mapper/test/TestCaseMapper.xml @@ -45,6 +45,9 @@ del_flag = '0' + + AND name LIKE CONCAT('%', #{name}, '%') + order by create_time desc