|
@@ -44,7 +44,7 @@ func loopMaxId(maxId int) int {
|
|
|
fmt.Println("loopLen", len(list), err)
|
|
|
for _, record := range list {
|
|
|
update := map[string]interface{}{}
|
|
|
- id := record["id"].(int)
|
|
|
+ id := record["id"].(int64)
|
|
|
content := record["content"].(string)
|
|
|
url := record["url"].(string)
|
|
|
brief := ""
|