This commit is contained in:
parent
053045854d
commit
698a90904b
|
@ -6363,6 +6363,10 @@ func (m *Mongo) DeleteNotifBcsts(ctx *gin.Context, ids []int64) error {
|
|||
return err
|
||||
}
|
||||
|
||||
func (m *Mongo) GetNotifBcstListByVersRange(ctx *gin.Context, vers_lb int64, vers_up int64) ([]*dbstruct.NotifBcst, error) {
|
||||
col := m.getColNotifBcst()
|
||||
}
|
||||
|
||||
// 瑞文智商测试表相关
|
||||
func (m *Mongo) CreateRavenIQTest(ctx *gin.Context, Raven_IQ_test *dbstruct.RavenIQTest) error {
|
||||
col := m.getColRavenIQTest()
|
||||
|
|
Loading…
Reference in New Issue