websotckt

This commit is contained in:
苏尹岚
2020-11-11 14:16:49 +08:00
parent f101b715cf
commit d0938be8ab

View File

@@ -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
}