|
|
@ -3,6 +3,7 @@ package com.glxp.sale.admin.dao.auth;
|
|
|
|
import com.glxp.sale.admin.entity.auth.UserRegisterEntity;
|
|
|
|
import com.glxp.sale.admin.entity.auth.UserRegisterEntity;
|
|
|
|
import com.glxp.sale.admin.req.auth.UserResisterFilterRequest;
|
|
|
|
import com.glxp.sale.admin.req.auth.UserResisterFilterRequest;
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +20,7 @@ public interface UserRegisterDao {
|
|
|
|
|
|
|
|
|
|
|
|
UserRegisterEntity selectById(Integer id);
|
|
|
|
UserRegisterEntity selectById(Integer id);
|
|
|
|
|
|
|
|
|
|
|
|
UserRegisterEntity selectByCustomerId(Long id);
|
|
|
|
UserRegisterEntity selectByCustomerId(@Param("userId") Long userId);
|
|
|
|
|
|
|
|
|
|
|
|
UserRegisterEntity selectByMobile(String phone);
|
|
|
|
UserRegisterEntity selectByMobile(String phone);
|
|
|
|
|
|
|
|
|
|
|
|