From 764f045c785959117db3d27d744e63d2dad6240c Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期一, 13 十一月 2023 09:04:41 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-course/src/main/resources/mapper/TCoursePackageMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-course/src/main/resources/mapper/TCoursePackageMapper.xml b/cloud-server-course/src/main/resources/mapper/TCoursePackageMapper.xml index d15825e..80d6765 100644 --- a/cloud-server-course/src/main/resources/mapper/TCoursePackageMapper.xml +++ b/cloud-server-course/src/main/resources/mapper/TCoursePackageMapper.xml @@ -86,7 +86,7 @@ </foreach> </if> <if test="null != item.name and '' != item.name"> - and a.name line CONCAT('%', #{item.name}, '%') + and a.name like CONCAT('%', #{item.name}, '%') </if> <if test="null != item.status"> and a.status = #{item.status} -- Gitblit v1.7.1