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>