Commit 2457f1d2 authored by macro's avatar macro
Browse files

删除用户缓存逻辑修改

parent 684eb7d5
......@@ -189,8 +189,8 @@ public class UmsAdminServiceImpl implements UmsAdminService {
@Override
public int delete(Long id) {
getCacheService().delAdmin(id);
int count = adminMapper.deleteByPrimaryKey(id);
getCacheService().delAdmin(id);
getCacheService().delResourceList(id);
return count;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment