修复可能产生数据库锁死的事务错误
修复菜单参数无法修改的错误
This commit is contained in:
@@ -29,7 +29,7 @@ type Meta struct {
|
||||
type SysBaseMenuParameter struct {
|
||||
global.GVA_MODEL
|
||||
SysBaseMenuID uint
|
||||
Type string `json:"type" gorm:"commit:'地址栏携带参数为params还是query'"`
|
||||
Key string `json:"key" gorm:"commit:'地址栏携带参数的key'"`
|
||||
Value string `json:"value" gorm:"commit:'地址栏携带参数的值'"`
|
||||
Type string `json:"type" gorm:"comment:地址栏携带参数为params还是query"`
|
||||
Key string `json:"key" gorm:"comment:地址栏携带参数的key"`
|
||||
Value string `json:"value" gorm:"comment:地址栏携带参数的值"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user