lidongdong
2023-08-30 a1ba84efcddcef8f19de26b5f34f9fa2df2c0582
新增小程序商家商品列表   商品详情接口
2个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/VolunteerMerchantDao.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/VolunteerMerchantDao.java
@@ -49,7 +49,7 @@
     * 判断是否是商家
     * @return
     */
    int isMerchant(@Param("userId") String userId);
    String isMerchant(@Param("userId") String userId);
    /**
     * 根据电话号码  或者姓名查询用户
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantMapper.xml
@@ -351,7 +351,7 @@
    </select>
    <select id="isMerchant"  parameterType="String">
        select count(id) from volunteer_merchant
        select id from volunteer_merchant
        where volunteer_merchant.user_id=#{userId}
    </select>