tree类中的for循环一直报错Node node=new Node(function.getId(),function.getParentId(),function.getName(),"open",function.getSerialNum() ,new NodeAttribute(function.getId(),null==function.getUrl()? "": function.getUrl()));

来源:-

qq_sapphire_4

2017-06-21 17:11

Node node=new Node(function.getId(),function.getParentId(),function.getName(),"open",function.getSerialNum()                     ,new NodeAttribute(function.getId(),null==function.getUrl()? "": function.getUrl()));

写回答 关注

1回答

  • qq_sapphire_4
    2017-06-21 19:44:30

    Node类里面缺少对应的构造函数,或构造方法里面变量的顺序不对

Java实现权限管理(下)

权限管理系统控制层实现及优化,学习如何使用SpringMVC+Spring

36785 学习 · 25 问题

查看课程

相似问题