mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix: 避免aliyun磁盘计费类型多次转换
This commit is contained in:
@@ -27,7 +27,7 @@ func convertChargeType(ct TChargeType) string {
|
||||
case PostPaidInstanceChargeType, PostPaidDBInstanceChargeType:
|
||||
return api.BILLING_TYPE_POSTPAID
|
||||
default:
|
||||
return api.BILLING_TYPE_PREPAID
|
||||
return ""
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user