查询菜单报错;

This commit is contained in:
王奎兴
2026-04-16 11:02:00 +08:00
parent 96d81526d9
commit eec90b054b
3 changed files with 40 additions and 40 deletions
@@ -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());