Commit 04992cdd authored by 赵啸非's avatar 赵啸非

事项添加区域字段

parent 0ed75c5c
......@@ -33,6 +33,12 @@ public class SyncTreeSiteThread implements Runnable {
@Override
public void run() {
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
}
SiteService siteService = SpringUtils.getBean(SiteService.class);
List<SiteTreeSelect> siteTreeSelects = siteService.siteTree(context);
......
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