Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-finance
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-platform-finance
Commits
39fd0c9d
Commit
39fd0c9d
authored
Dec 04, 2019
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扩容审批详情修改
parent
4815d6d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TransferApprovalServiceVO.java
...ava/com/gic/finance/web/vo/TransferApprovalServiceVO.java
+4
-4
No files found.
gic-platform-finance-web/src/main/java/com/gic/finance/web/vo/TransferApprovalServiceVO.java
View file @
39fd0c9d
...
...
@@ -336,13 +336,13 @@ public class TransferApprovalServiceVO implements Serializable{
return
"--"
;
}
if
(
orderType
.
intValue
()
==
1
)
{
return
"
购买
"
;
return
"
服务开通
"
;
}
else
if
(
orderType
.
intValue
()
==
2
)
{
return
"续费"
;
return
"
服务
续费"
;
}
else
if
(
orderType
.
intValue
()
==
3
)
{
return
"升级"
;
return
"
版本
升级"
;
}
else
if
(
orderType
.
intValue
()
==
4
)
{
return
"扩容"
;
return
"
license
扩容"
;
}
return
"未知"
;
}
...
...
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