mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-20 14:18:24 +00:00
updata->update
Updata->Update
This commit is contained in:
@@ -48,7 +48,7 @@ func (b *SysBaseMenu) DeleteBaseMenu(id float64) (err error) {
|
||||
}
|
||||
|
||||
//更新路由
|
||||
func (b *SysBaseMenu) UpdataBaseMenu() (err error) {
|
||||
func (b *SysBaseMenu) UpdateBaseMenu() (err error) {
|
||||
upDataMap := make(map[string]interface{})
|
||||
upDataMap["parent_id"] = b.ParentId
|
||||
upDataMap["path"] = b.Path
|
||||
|
||||
Reference in New Issue
Block a user