mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-04 12:58:24 +08:00
fix role node npe
This commit is contained in:
parent
8f5de1be7b
commit
9a9dd2814a
@ -34,7 +34,7 @@ public class ProjectInfoService implements BaseDynamicService {
|
||||
|
||||
|
||||
public JSONArray listAll(NodeModel nodeModel, HttpServletRequest request) {
|
||||
if (!nodeModel.isOpenStatus()) {
|
||||
if (nodeModel == null || !nodeModel.isOpenStatus()) {
|
||||
return null;
|
||||
}
|
||||
JSONArray jsonArray;
|
||||
|
Loading…
Reference in New Issue
Block a user