1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-11 10:01:01 +00:00
This commit is contained in:
slene
2013-09-22 19:20:40 +08:00
parent 09aca2528a
commit 001e33f310
3 changed files with 17 additions and 2 deletions

View File

@ -66,6 +66,7 @@ func newModelInfo(val reflect.Value) (info *modelInfo) {
fi.fieldIndex = i
fi.mi = info
fi.inModel = true
}
if err != nil {