|
@@ -214,7 +214,7 @@ public interface CompanyUserMapper
|
|
@Select("select domain from company_user where user_id = #{userId}")
|
|
@Select("select domain from company_user where user_id = #{userId}")
|
|
String selectDomainByUserId(Long userId);
|
|
String selectDomainByUserId(Long userId);
|
|
|
|
|
|
- List<CompanyUser> selectAllCompanyUserAndSelf(@Param("userId") Long userId);
|
|
|
|
|
|
+ List<CompanyUser> selectAllCompanyUserAndSelf(@Param("userId") Long userId,@Param("companyId") Long companyId);
|
|
|
|
|
|
@Select("select * from company_user where company_id=#{companyId} and del_flag=0")
|
|
@Select("select * from company_user where company_id=#{companyId} and del_flag=0")
|
|
List<CompanyUser> selectCompanyUserByCompanyId(Long companyId);
|
|
List<CompanyUser> selectCompanyUserByCompanyId(Long companyId);
|