Commit 4581261d by guojuxing

服务详情修改

parent 59088cfe
......@@ -360,13 +360,13 @@ public class TransferApprovalServiceVO implements Serializable{
if (orderType == null) {
return "--";
}
if (orderType.intValue() == 1) {
if (relationOrderType.intValue() == 1) {
return "服务开通";
} else if (orderType.intValue() == 2) {
} else if (relationOrderType.intValue() == 2) {
return "服务续费";
} else if (orderType.intValue() == 3) {
} else if (relationOrderType.intValue() == 3) {
return "版本升级";
} else if (orderType.intValue() == 4) {
} else if (relationOrderType.intValue() == 4) {
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