修复卡套餐调整审计资产类型错误
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m35s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m35s
This commit is contained in:
@@ -30,6 +30,7 @@ func (s *Service) appendPackageAdjustmentAudit(
|
||||
}
|
||||
usageID := strconv.FormatUint(uint64(usage.ID), 10)
|
||||
assetResourceID := strconv.FormatUint(uint64(assetID), 10)
|
||||
assetType = assetAuditSvc.NormalizeAssetType(assetType)
|
||||
var resourceType string
|
||||
switch assetType {
|
||||
case constants.AssetTypeIotCard:
|
||||
|
||||
Reference in New Issue
Block a user