修复卡套餐调整审计资产类型错误
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m35s

This commit is contained in:
2026-08-07 15:13:41 +08:00
parent f443d79d9f
commit b5ea9050e0

View File

@@ -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: