...
|
...
|
@@ -79,7 +79,7 @@ func (menuService *MenuService) UpdateMenu(updateMenuCommand *command.UpdateMenu |
|
|
MenuType: updateMenuCommand.MenuType,
|
|
|
Icon: updateMenuCommand.Icon,
|
|
|
Sort: updateMenuCommand.Sort,
|
|
|
Desc: updateMenuCommand.Desc,
|
|
|
Desc: updateMenuCommand.Remark,
|
|
|
IsPublish: updateMenuCommand.IsPublish,
|
|
|
})
|
|
|
if err != nil {
|
...
|
...
|
|