From 832e7193481a706b2c0c631937fc5a0cd8d779f5 Mon Sep 17 00:00:00 2001 From: chaiyapeng <3535863041@qq.com> Date: Tue, 3 Sep 2024 22:25:28 +0800 Subject: [PATCH] =?UTF-8?q?API=E9=A1=B5=E9=9D=A2=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ConnectorMappers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-mart-server/src/main/resources/mapper/ConnectorMappers.xml b/cloud-mart-server/src/main/resources/mapper/ConnectorMappers.xml index 71454f0..2ba3a65 100644 --- a/cloud-mart-server/src/main/resources/mapper/ConnectorMappers.xml +++ b/cloud-mart-server/src/main/resources/mapper/ConnectorMappers.xml @@ -36,7 +36,7 @@ and connector_name like '%${connectorName}%' - and connector_sort=#{connectorSort} + and connector_sort = #{connectorSort}