lidongdong
2023-08-29 90d19069c98f9fe8888e5155123311fd24f6eeb5
新增商家详情接口   修改查询用户信息报错
1个文件已修改
1 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantMapper.xml
@@ -348,6 +348,7 @@
            <if test="userPhone!=null">
                and (sys_user.phone like concat('%',#{userPhone},'%'))
            </if>
            and app_id='wx0cef797390444b75'
        </where>
    </select>