mirror of
https://github.com/astaxie/beego.git
synced 2025-07-11 10:01:01 +00:00
fix #213
This commit is contained in:
@ -66,6 +66,7 @@ func newModelInfo(val reflect.Value) (info *modelInfo) {
|
||||
|
||||
fi.fieldIndex = i
|
||||
fi.mi = info
|
||||
fi.inModel = true
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user