Browse Source

note精度问题

layui
mail_yanpeng@163.com 6 years ago
parent
commit
0a2f268760
  1. 2
      models/Note.go

2
models/Note.go

@ -9,7 +9,7 @@ type Note struct {
Id int64 Id int64
UserId int64 UserId int64
Title string Title string
NoteHtml string `type(text)"` NoteHtml string `orm:"type(text)"`
Pid int64 Pid int64
Utime time.Time `orm:"auto_now_add;type(datetime)"` Utime time.Time `orm:"auto_now_add;type(datetime)"`
} }

Loading…
Cancel
Save