back_recharge
zhangshanxue 2020-08-14 14:58:10 +08:00
parent a2504adc4c
commit d3dc23884e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class ConcurrentDataMessage {
Map<String, Map<String, MongoUpdateCache.UpdateRequest>> take = ConcurrentDataMessage.dataQueue.take();
// myMongoTemplate.concurrentDataUpdate(take);
myMongoTemplate.updateMongoData(take);
// }
}
public static void main(String[] args) throws InterruptedException {
BlockingQueue<Map<String, String>> dataQueueTest = new BlockingUniqueQueue<>();