|
@@ -28,7 +28,7 @@ type AiPredictModelIndexController struct {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -48,7 +48,7 @@ func (this *AiPredictModelIndexController) List() {
|
|
|
pageSize, _ := this.GetInt("PageSize")
|
|
|
currentIndex, _ := this.GetInt("CurrentIndex")
|
|
|
classifyId, _ := this.GetInt("ClassifyId")
|
|
|
- indexId, _ := this.GetInt("AiPredictModelIndexId")
|
|
|
+ indexId, _ := this.GetInt("IndexId")
|
|
|
keyword := this.GetString("KeyWord")
|
|
|
keyword = strings.TrimSpace(keyword)
|
|
|
resp := new(aiPredictModel.AiPredictModelIndexPageListResp)
|