查询菜单报错;
This commit is contained in:
+1
-1
@@ -422,7 +422,7 @@ public class MenuApplicationService {
|
||||
if (CollectionUtil.isNotEmpty(customAuthList)){
|
||||
customAuthList.forEach(e->{
|
||||
Map<String,String> map = new HashMap<>();
|
||||
map.put("menuId",e.getMenuId().toString());
|
||||
map.put("menuId",e.getMenuId() == null ? "" : e.getMenuId().toString());
|
||||
map.put("tableJson",e.getTableJson());
|
||||
map.put("formJson",e.getFormJson());
|
||||
map.put("buttonJson",e.getButtonJson());
|
||||
|
||||
Reference in New Issue
Block a user