恢复代码
This commit is contained in:
parent
111eeeb56f
commit
979e050108
@ -1078,11 +1078,9 @@ func republishCore(gCtx *gin.Context, newCtx context.Context, req *cast.RePublis
|
||||
zap.L().Error("RePublish UpsertTaskList failed", zap.Error(err))
|
||||
return err
|
||||
}
|
||||
//FIXME
|
||||
fmt.Println(resp)
|
||||
/* if err = PublishWork(newCtx, &cast.PublishReq{WorkUuids: resp.WorkUuids}); err != nil {
|
||||
if err = PublishWork(newCtx, &cast.PublishReq{WorkUuids: resp.WorkUuids}); err != nil {
|
||||
return err
|
||||
}*/
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user