修复卡套餐调整审计资产类型错误
This commit is contained in:
@@ -30,6 +30,7 @@ func (s *Service) appendPackageAdjustmentAudit(
|
|||||||
}
|
}
|
||||||
usageID := strconv.FormatUint(uint64(usage.ID), 10)
|
usageID := strconv.FormatUint(uint64(usage.ID), 10)
|
||||||
assetResourceID := strconv.FormatUint(uint64(assetID), 10)
|
assetResourceID := strconv.FormatUint(uint64(assetID), 10)
|
||||||
|
assetType = assetAuditSvc.NormalizeAssetType(assetType)
|
||||||
var resourceType string
|
var resourceType string
|
||||||
switch assetType {
|
switch assetType {
|
||||||
case constants.AssetTypeIotCard:
|
case constants.AssetTypeIotCard:
|
||||||
|
|||||||
Reference in New Issue
Block a user