Compare commits
No commits in common. "1bf7c7f457f9e35cdfa98658d6aa659a9577fcdf" and "3096d9f35ee508dbdda3dd51fc59606c1c3efa93" have entirely different histories.
1bf7c7f457
...
3096d9f35e
@ -1081,9 +1081,11 @@ func republishCore(gCtx *gin.Context, newCtx context.Context, req *cast.RePublis
|
||||
zap.L().Error("RePublish UpsertTaskList failed", zap.Error(err))
|
||||
return err
|
||||
}
|
||||
if err = PublishWork(newCtx, &cast.PublishReq{WorkUuids: resp.WorkUuids}); err != nil {
|
||||
//FIXME
|
||||
fmt.Println(resp)
|
||||
/* if err = PublishWork(newCtx, &cast.PublishReq{WorkUuids: resp.WorkUuids}); err != nil {
|
||||
return err
|
||||
}
|
||||
}*/
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user