Commit 8bd7f370 authored by 赵啸非's avatar 赵啸非

重新调整统计线程实现

parent 978ebbcb
......@@ -384,7 +384,7 @@ public class PjEvaluateStatServiceImpl extends AbstractCRUDServiceImpl<PjEvaluat
//新增列表
this.save(saveUpdateCollect.get(true));
}
log.info("更新站点评价统计数据,数量:{}", saveUpdateCollect.get(true).size());
log.info("更新站点评价统计数据,数量:{}", saveUpdateCollect.get(false).size());
if (!ObjectUtils.isEmpty(saveUpdateCollect.get(false))) {
//更新列表
this.update(saveUpdateCollect.get(true));
......
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