generated from root/miduo_server
fix publish notice
parent
297c872683
commit
90a4130a20
|
|
@ -71,8 +71,10 @@ public class NoticeController {
|
|||
continue;
|
||||
}
|
||||
}
|
||||
String[] string= new String[remove.size()];
|
||||
RedisUtil.getInstence().delMapKey(RedisUserKey.NOTICE,"",remove.toArray(string));
|
||||
if(!remove.isEmpty()){
|
||||
String[] string= new String[remove.size()];
|
||||
RedisUtil.getInstence().delMapKey(RedisUserKey.NOTICE,"",remove.toArray(string));
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue