|
|
@@ -37,6 +37,9 @@ public interface UserMapper extends BaseMapperPlus<User, UserVo> {
|
|
|
@InterceptorIgnore(tenantLine = "true")
|
|
|
int deleteByUserById(@Param("ids") Collection<Long> ids);
|
|
|
|
|
|
+ @InterceptorIgnore(tenantLine = "true")
|
|
|
+ int delUserRealById(@Param("userId") Long userId);
|
|
|
+
|
|
|
@InterceptorIgnore(tenantLine = "true")
|
|
|
List<UserVo> selectUserList(@Param("ew") Wrapper<User> wrapper);
|
|
|
|