企业列表出来了
parent
e9e8018fbb
commit
a20078f719
|
@ -4,6 +4,7 @@ package com.muyu.market.mapper;
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||||
import com.muyu.market.domain.SysApitype;
|
import com.muyu.market.domain.SysApitype;
|
||||||
import com.muyu.market.domain.UserRole;
|
import com.muyu.market.domain.UserRole;
|
||||||
|
import org.apache.ibatis.annotations.Param;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,7 +18,7 @@ import java.util.List;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public interface SysApitypeMapper extends BaseMapper<SysApitype> {
|
public interface SysApitypeMapper extends BaseMapper<SysApitype> {
|
||||||
Integer insertUserRole(Long userId);
|
Integer insertUserRole(@Param("userId") Long userId);
|
||||||
|
|
||||||
UserRole selectUserRoleByUserId(Long userId);
|
UserRole selectUserRoleByUserId(Long userId);
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue