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