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