Przeglądaj źródła

初始化接口调整

lichunlei 3 miesięcy temu
rodzic
commit
84140a54df
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Services/ApiInfoService.cs

+ 1 - 1
Services/ApiInfoService.cs

@@ -148,7 +148,7 @@ namespace Services
                                      apiKind == 3 ? "add" + table.tableNameFirstUpper :
                                      apiKind == 3 ? "add" + table.tableNameFirstUpper :
                                      apiKind == 4 ? "update" + table.tableNameFirstUpper :
                                      apiKind == 4 ? "update" + table.tableNameFirstUpper :
                                      "delete" + table.tableNameFirstUpper,
                                      "delete" + table.tableNameFirstUpper,
-                        apiDetail = apiKind == 1 ? "根据查询条件查询" + table.tableTitle + "列表数据" :
+                        apiDetail = apiKind == 1 ? "根据条件查询" + table.tableTitle + "列表数据" :
                                      apiKind == 2 ? "根据Id查询" + table.tableTitle + "某一条详情数据" :
                                      apiKind == 2 ? "根据Id查询" + table.tableTitle + "某一条详情数据" :
                                      apiKind == 3 ? "添加" + table.tableTitle + "数据" :
                                      apiKind == 3 ? "添加" + table.tableTitle + "数据" :
                                      apiKind == 4 ? "修改" + table.tableTitle + "数据" :
                                      apiKind == 4 ? "修改" + table.tableTitle + "数据" :