|
@@ -182,12 +182,12 @@ func init12() {
|
|
|
fmt.Println(item.PublishDate, "PublishDate")
|
|
|
//fmt.Println(item, strings.Join(industrialManagementIds, ","))
|
|
|
|
|
|
- //newId, err := cygx.AddCygxAskserieVideo(item, strings.Join(industrialManagementIds, ","))
|
|
|
- //fmt.Println(newId)
|
|
|
- //if err != nil {
|
|
|
- // fmt.Println(err)
|
|
|
- // return
|
|
|
- //}
|
|
|
+ newId, err := cygx.AddCygxAskserieVideo(item, strings.Join(industrialManagementIds, ","))
|
|
|
+ fmt.Println(newId)
|
|
|
+ if err != nil {
|
|
|
+ fmt.Println(err)
|
|
|
+ return
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|