获取集团分类根节点前端传null传入后端直接改为空字符串bug修复
| | |
| | | <version>3.0.1.RELEASE</version> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-compiler-plugin</artifactId> |
| | | <configuration> |
| | | <source>8</source> |
| | | <target>8</target> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | <properties> |
| | | <vciplt.version>2022.RELEASE</vciplt.version> |
| | | <old.spring.version>3.2.0.RELEASE</old.spring.version> |
| | |
| | | tt = classifyVOS.get(level - 1); |
| | | } |
| | | |
| | | |
| | | final JFrame j = new JFrame(); |
| | | j.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); |
| | | JPanel p = new JPanel(); |