From 9e416a54d1788563f6e2a8857ad50638bf1b29cf Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 30 十二月 2024 10:00:57 +0800 Subject: [PATCH] 修改 --- manage/src/main/resources/mapping/TStoreMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/manage/src/main/resources/mapping/TStoreMapper.xml b/manage/src/main/resources/mapping/TStoreMapper.xml index 7a6f991..eba0034 100644 --- a/manage/src/main/resources/mapping/TStoreMapper.xml +++ b/manage/src/main/resources/mapping/TStoreMapper.xml @@ -32,7 +32,7 @@ from t_store <where> <if test="query.name != null and query.name != ''"> - and `name` like concat('%',#{name},'%') + and `name` like concat('%',#{query.name},'%') </if> <if test="query.status != null"> and `status` = #{query.status} -- Gitblit v1.7.1