lidongdong
2023-08-30 ea01357b626ef4dc8326ff39da6f31e17bf2c0f9
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/VolunteerMerchantService.java
@@ -4,6 +4,7 @@
import com.panzhihua.common.model.vos.R;
import com.panzhihua.common.model.vos.community.VolunteerMerchantVO;
import com.panzhihua.service_community.entity.VolunteerMerchant;
import org.apache.ibatis.annotations.Param;
public interface VolunteerMerchantService extends IService<VolunteerMerchant>
{
@@ -32,7 +33,12 @@
    R deleteVolunteerMerchant(String id);
    /**
     * 判断是否是商家
     * @param userId
     * @return
     */
    R isMerchant(@Param("userId") String userId);
    /**
     * 根据电话号码  或者姓名查询用户
     * @param