lidongdong
2023-08-30 d896a259155843d1bfdf2d88787685d5b8a3009d
新增小程序商家商品列表   商品详情接口
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
@@ -350,7 +350,7 @@
        </where>
    </select>
    <select id="isMerchant"  parameterType="String">
    <select id="isMerchant"  resultType="String">
        select id from volunteer_merchant
        where volunteer_merchant.user_id=#{userId}
    </select>