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))
|
zap.L().Error("RePublish UpsertTaskList failed", zap.Error(err))
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
//FIXME
|
if err = PublishWork(newCtx, &cast.PublishReq{WorkUuids: resp.WorkUuids}); err != nil {
|
||||||
fmt.Println(resp)
|
|
||||||
/* if err = PublishWork(newCtx, &cast.PublishReq{WorkUuids: resp.WorkUuids}); err != nil {
|
|
||||||
return err
|
return err
|
||||||
}*/
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user