Commit 39fd0c9d by guojuxing

扩容审批详情修改

parent 4815d6d8
......@@ -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 "未知";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment