Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
KubeSphere
kubesphere
提交
b568f824
K
kubesphere
项目概览
KubeSphere
/
kubesphere
通知
152
Star
32
Fork
5
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
2
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kubesphere
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
2
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
b568f824
编写于
5月 19, 2020
作者:
P
pengcong06
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
params key error: app -> app_id
上级
e49b2de7
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
2 addition
and
2 deletion
+2
-2
pkg/models/openpitrix/apps.go
pkg/models/openpitrix/apps.go
+2
-2
未找到文件。
pkg/models/openpitrix/apps.go
浏览文件 @
b568f824
...
@@ -515,7 +515,7 @@ func (c *appTemplateOperator) ListAppVersionAudits(conditions *params.Conditions
...
@@ -515,7 +515,7 @@ func (c *appTemplateOperator) ListAppVersionAudits(conditions *params.Conditions
if
keyword
:=
conditions
.
Match
[
"keyword"
];
keyword
!=
""
{
if
keyword
:=
conditions
.
Match
[
"keyword"
];
keyword
!=
""
{
describeAppVersionAudits
.
SearchWord
=
&
wrappers
.
StringValue
{
Value
:
keyword
}
describeAppVersionAudits
.
SearchWord
=
&
wrappers
.
StringValue
{
Value
:
keyword
}
}
}
if
appId
:=
conditions
.
Match
[
"app"
];
appId
!=
""
{
if
appId
:=
conditions
.
Match
[
AppId
];
appId
!=
""
{
describeAppVersionAudits
.
AppId
=
[]
string
{
appId
}
describeAppVersionAudits
.
AppId
=
[]
string
{
appId
}
}
}
if
versionId
:=
conditions
.
Match
[
"version"
];
versionId
!=
""
{
if
versionId
:=
conditions
.
Match
[
"version"
];
versionId
!=
""
{
...
@@ -586,7 +586,7 @@ func (c *appTemplateOperator) ListAppVersions(conditions *params.Conditions, ord
...
@@ -586,7 +586,7 @@ func (c *appTemplateOperator) ListAppVersions(conditions *params.Conditions, ord
if
keyword
:=
conditions
.
Match
[
"keyword"
];
keyword
!=
""
{
if
keyword
:=
conditions
.
Match
[
"keyword"
];
keyword
!=
""
{
describeAppVersionsRequest
.
SearchWord
=
&
wrappers
.
StringValue
{
Value
:
keyword
}
describeAppVersionsRequest
.
SearchWord
=
&
wrappers
.
StringValue
{
Value
:
keyword
}
}
}
if
appId
:=
conditions
.
Match
[
"app"
];
appId
!=
""
{
if
appId
:=
conditions
.
Match
[
AppId
];
appId
!=
""
{
describeAppVersionsRequest
.
AppId
=
[]
string
{
appId
}
describeAppVersionsRequest
.
AppId
=
[]
string
{
appId
}
}
}
if
status
:=
conditions
.
Match
[
"status"
];
status
!=
""
{
if
status
:=
conditions
.
Match
[
"status"
];
status
!=
""
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录