lidongdong
2023-09-08 63293a5b07a1ed6461c763ff5fa9964f195560bc
修改商家管理筛选
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantMapper.xml
@@ -81,7 +81,7 @@
                and merchant_type=#{merchantType}
            </if>
            <if test="name !=null and name !=''  ">
                and ((select vt.name from volunteer_type as vt where vt.id=volunteer_merchant.merchant_type) like concat('%',#{name},'%'))
                and (volunteer_merchant.name like concat('%',#{name},'%'))
            </if>
        </where>
        order by merchantGrade desc,creation_time desc