From 9c69d5a52afeb824b9f86ebef8b3d442cacad898 Mon Sep 17 00:00:00 2001 From: lidongdong <1459917685@qq.com> Date: 星期五, 25 八月 2023 16:54:57 +0800 Subject: [PATCH] 修改小程序商品兑换列表报错 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml index 5fff24a..6112dbf 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml @@ -45,7 +45,7 @@ <where> 1=1 <if test="name!=null"> - and (`name` like concat('%',#{name},'%') + and (volunteer_integral_merchant.name like concat('%',#{name},'%') </if> <if test="state!=null"> and volunteer_integral_merchant.state =#{state} -- Gitblit v1.7.1