Commit 3cc91515 authored by 赵啸非's avatar 赵啸非

优化站点同步事项

parent 2f055d8f
......@@ -74,7 +74,7 @@ public class SyncMatterTaskImpl implements ITaskExcuteService {
log.info("开始同步事项!");
List<SiteEntity> siteEntities = siteService.find(new SiteEntity());
for (SiteEntity siteEntity : siteEntities) {
matterExtService.doMatterThemeBySiteId(siteEntity,null);
matterExtService.doMatterBySiteId(siteEntity,null);
// syncMatter(siteEntity);
}
// syncDevice();
......
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