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

添加mybatis xml映射文件

parent f933c9bf
......@@ -28,6 +28,7 @@ public class SyncTreeSiteThread implements Runnable {
public void run() {
log.info("刷新用户站点树=》userID:{}",context.getUser().getId());
List<SiteTreeSelect> siteTreeSelects = siteService.siteTree(context);
log.info("刷新用户站点树=》length:{}",siteTreeSelects.size());
siteService.setSiteTree(siteTreeSelects, context);
log.info("刷新用户站点树=》siteTree:{}", 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