|
@@ -603,7 +603,7 @@ func stopModelConvert(id string) error { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func StopModelConvertApi(ctx *context.Context) { |
|
|
func StopModelConvertApi(ctx *context.Context) { |
|
|
id := ctx.Params(":id") |
|
|
|
|
|
|
|
|
id := ctx.Query("id") |
|
|
log.Info("stop model convert start.id=" + id) |
|
|
log.Info("stop model convert start.id=" + id) |
|
|
err := stopModelConvert(id) |
|
|
err := stopModelConvert(id) |
|
|
if err == nil { |
|
|
if err == nil { |
|
|