Ver Fonte

fix bug

longyu há 3 anos atrás
pai
commit
93d6234cc9
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      models/db_init.go

+ 1 - 0
models/db_init.go

@@ -85,6 +85,7 @@ func init() {
 		new(seal.SealOperationRecord),	// 用印操作记录表
 		new(roadshow.RsCalendar),
 		new(roadshow.RsCalendarResearcher),
+		new(roadshow.RsMatters),
 	)
 
 }