Commit 36f4175d authored by 赵啸非's avatar 赵啸非

修改区域批量更新

parent 29ef8476
......@@ -106,6 +106,7 @@ public class BaseAreaServiceImpl extends AbstractCRUDServiceImpl<BaseAreaDao, Ba
});
if(list.size()>500){
log.info("保存基础区域数据,共{}条", list.size());
this.save(list);
list.clear();
}
......
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