websotckt
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package dao
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
@@ -246,6 +247,8 @@ func GetUserMessageGroups(db *DaoDB, userID string) (messageGroup []*model.Messa
|
||||
utils.DefaultTimeValue, userID,
|
||||
utils.DefaultTimeValue, userID,
|
||||
}
|
||||
fmt.Println(sql)
|
||||
fmt.Println(sqlParams)
|
||||
err = GetRows(db, &messageGroup, sql, sqlParams)
|
||||
return messageGroup, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user