Commit 833ba35c authored by 赵啸非's avatar 赵啸非

添加站点政务同步接口

parent d9811a49
......@@ -448,7 +448,8 @@ public class SiteServiceImpl extends AbstractCRUDCacheServiceImpl<SiteDao, SiteE
//差集进行插入并更新详细数据
if (!ObjectUtils.isEmpty(subList)) {
log.info("insert subList size:" + subList.size());
matterService.save(subList, context);
int count = matterService.save(subList, context);
log.info("insert subList size success:" +count);
}
}
}
......
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