Commit ee0d89f7 authored by 赵啸非's avatar 赵啸非

添加mybatis xml映射文件

parent 378e9572
......@@ -26,12 +26,9 @@ public class SyncTreeSiteThread implements Runnable {
@Override
public void run() {
log.info("刷新用户站点树=》userID:{}",context.getUser().getId());
List<SiteTreeSelect> siteTreeSelects = siteService.siteTree(context);
log.info("刷新用户站点树=》json:{}",JSON.toJSONString(siteTreeSelects));
siteService.setSiteTree(siteTreeSelects, context);
log.info("刷新用户站点树=》siteTree:{}", JSON.toJSONString(siteService.getSiteTree(context)));
log.info("刷新用户站点树=》userID:{} siteTree:{}",context.getUser().getId(), JSON.toJSONString(siteService.getSiteTree(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