This commit is contained in:
Jay
2019-09-16 13:27:25 +00:00
parent e4d767373a
commit 4f8749a969
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ func GetInstagramByID(id string) (ig *InstagramModel, err error) {
}
// GetAllInstagram -
func GetAllInstagram() (list []Instagram, err error) {
func GetAllInstagram() (list []InstagramModel, err error) {
db := models.GetConn()
query := `
select id, lastpost, ctime, mtime