updata->update

Updata->Update
This commit is contained in:
rainyan
2020-04-02 20:35:19 +08:00
parent abc88cdbe0
commit 40ef40afa8
24 changed files with 74 additions and 74 deletions

View File

@@ -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