Merge branch 'feature-publishLog-daiyb' into dev
This commit is contained in:
commit
a78fda9661
@ -1081,11 +1081,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