diff --git a/pkg/service/cast/work.go b/pkg/service/cast/work.go index f724bc9c..cafb1757 100644 --- a/pkg/service/cast/work.go +++ b/pkg/service/cast/work.go @@ -1018,6 +1018,8 @@ func RePublish(ctx *gin.Context) { req.PublishSource = cast.PublishSourceENUM_RePublishType_MANUAL } newCtx := NewCtxWithUserInfo(ctx) + service.Success(ctx, req) //FIXME + return err = republishCore(ctx, newCtx, req) if err != nil { service.Error(ctx, err)