This commit is contained in:
Leufolium 2024-10-16 15:32:17 +08:00
parent 053045854d
commit 698a90904b
1 changed files with 4 additions and 0 deletions

View File

@ -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()