Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
a9a09d4c
Commit
a9a09d4c
authored
Jul 23, 2020
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 渠道名
parent
2131a94e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
icp-deliver/app/base/controller/impl/bizchance/bizoptCtl.js
+1
-0
icp-deliver/app/base/system.js
+6
-0
No files found.
icp-deliver/app/base/controller/impl/bizchance/bizoptCtl.js
View file @
a9a09d4c
...
...
@@ -20,6 +20,7 @@ class BizOptCtl extends CtlBase {
val
.
updated_at
=
moment
(
val
.
updated_at
).
format
(
'YYYY-MM-DD HH:mm:ss'
);
val
.
created_at
=
moment
(
val
.
created_at
).
format
(
'YYYY-MM-DD HH:mm:ss'
);
val
.
schemeStatus
=
val
[
"scheme.scheme_status"
];
val
.
source_name
=
system
.
SOURCENAME
[
val
.
source_name
]
?
system
.
SOURCENAME
[
val
.
source_name
]
:
val
.
source_name
;
result
.
push
(
val
);
}
rs
.
results
.
rows
=
result
;
...
...
icp-deliver/app/base/system.js
View file @
a9a09d4c
...
...
@@ -370,6 +370,12 @@ System.ANNUALREPORT = {
TAKEEFFECT
:
"takeeffect"
//生效
}
// 渠道名
System
.
SOURCENAME
=
{
tencentCloud
:
"腾讯云"
}
/*
编码说明,
1000----1999 为请求参数验证和app权限验证
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment