From 68782d1619d409a73e22b2bf4dc61f74f04299b5 Mon Sep 17 00:00:00 2001
From: schry <2433098676@qq.com>
Date: Mon, 22 May 2023 10:19:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E5=8D=95=E8=87=AA=E5=8A=A8?=
=?UTF-8?q?=E8=A1=A5=E5=8D=95=E7=9A=84=E5=8D=95=E6=8D=AE=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=8D=E6=94=AF=E6=8C=81=E6=A8=A1=E7=B3=8A?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=20230519?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mybatis/mapper/basic/BasicBusTypeChangeDao.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/mybatis/mapper/basic/BasicBusTypeChangeDao.xml b/src/main/resources/mybatis/mapper/basic/BasicBusTypeChangeDao.xml
index 9560b4eac..e05944526 100644
--- a/src/main/resources/mybatis/mapper/basic/BasicBusTypeChangeDao.xml
+++ b/src/main/resources/mybatis/mapper/basic/BasicBusTypeChangeDao.xml
@@ -12,7 +12,7 @@
AND bc.originAction = #{originAction}
- AND bc.originName = #{originName}
+ AND bc.originName like concat('%', #{originName}, '%')
AND bc.type = #{type}