Commit 2c2ec011 by huangjinxin

fix:实验代码

1 parent 6fa6292c
...@@ -148,6 +148,7 @@ public class RoleService { ...@@ -148,6 +148,7 @@ public class RoleService {
roleResourceDao.save(roleResourceEntity); roleResourceDao.save(roleResourceEntity);
} }
} }
roleDao.flush();
log.info("新增角色信息:" + JSONObject.toJSONString(roleInfo)); log.info("新增角色信息:" + JSONObject.toJSONString(roleInfo));
return roleInfo; return roleInfo;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!