Commit f4b558b2 by shenjunjie

修复event信息2

parent c6f450c0
......@@ -688,7 +688,6 @@ public class EventServiceImpl implements EventService {
public void updateAllEventInfo() {
Query query = new Query();
query.with(Sort.by(Sort.Order.asc("cTime")));
query.addCriteria(Criteria.where("_id").is("6312e8004429d82397833cf0"));
List<Event> list = eventDao.findList(query);
log.info("updateAllEventInfo-发现事件共:{}个", list.size());
AtomicInteger total = new AtomicInteger();
......
Markdown is supported
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