Commit 93e63987 authored by Quxl's avatar Quxl

x

parent cef3f08e
...@@ -78,7 +78,6 @@ public class AdminAuthServiceImpl implements AdminAuthService { ...@@ -78,7 +78,6 @@ public class AdminAuthServiceImpl implements AdminAuthService {
map.put("is_show", true); map.put("is_show", true);
} else { } else {
map.put("is_show", false); map.put("is_show", false);
map.put("menu_no", null);
} }
if((id == null && parent_id == null) || (id != null && parent_id != null && id.intValue() == parent_id.intValue())) { if((id == null && parent_id == null) || (id != null && parent_id != null && id.intValue() == parent_id.intValue())) {
Number menu_type = (Number)map.get("menu_type"); Number menu_type = (Number)map.get("menu_type");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment