|
|
|
@@ -620,7 +620,7 @@ func ShowModelConvertPageInfo(ctx *context.Context) { |
|
|
|
ctx.ServerError("Cloudbrain", err) |
|
|
|
return |
|
|
|
} |
|
|
|
ctx.Data["MODEL_CONVERT_COUNT"] = 0 |
|
|
|
ctx.Data["MODEL_CONVERT_COUNT"] = count |
|
|
|
userIds := make([]int64, len(modelResult)) |
|
|
|
for i, model := range modelResult { |
|
|
|
model.IsCanOper = isOper(ctx, model.UserId) |
|
|
|
|