提交修改
This commit is contained in:
parent
c6afc9558b
commit
97a7544868
@ -76,7 +76,7 @@ public class AdminResourceController {
|
||||
* @param parentId
|
||||
*/
|
||||
public void getParentResource(Long parentId, List<VvResourceEntity> vvResourceEntityList) {
|
||||
if (parentId > 0) {
|
||||
if (parentId <= 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user