forked from github/dataease
revert: 代码回退
This commit is contained in:
parent
edc9878368
commit
1810e3481e
@ -37,7 +37,6 @@ public class DeCatchProcess {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Async("taskExecutor")
|
|
||||||
public void cleanDataSet(Object pid) {
|
public void cleanDataSet(Object pid) {
|
||||||
CurrentUserDto user = AuthUtils.getUser();
|
CurrentUserDto user = AuthUtils.getUser();
|
||||||
CacheUtils.remove(AuthConstants.USER_DATASET_NAME, "user" + user.getUserId());
|
CacheUtils.remove(AuthConstants.USER_DATASET_NAME, "user" + user.getUserId());
|
||||||
@ -51,7 +50,6 @@ public class DeCatchProcess {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@Async("taskExecutor")
|
|
||||||
public void cleanDataSource(Object pid) {
|
public void cleanDataSource(Object pid) {
|
||||||
CurrentUserDto user = AuthUtils.getUser();
|
CurrentUserDto user = AuthUtils.getUser();
|
||||||
CacheUtils.remove(AuthConstants.USER_LINK_NAME, "user" + user.getUserId());
|
CacheUtils.remove(AuthConstants.USER_LINK_NAME, "user" + user.getUserId());
|
||||||
|
Loading…
Reference in New Issue
Block a user