From b5ea9050e0486e6ff63766472aa081cd80f53373 Mon Sep 17 00:00:00 2001 From: break Date: Fri, 7 Aug 2026 15:13:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=A1=E5=A5=97=E9=A4=90?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=A1=E8=AE=A1=E8=B5=84=E4=BA=A7=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/service/asset/manual_adjustment_audit.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/service/asset/manual_adjustment_audit.go b/internal/service/asset/manual_adjustment_audit.go index 9203c5c..55a2fa2 100644 --- a/internal/service/asset/manual_adjustment_audit.go +++ b/internal/service/asset/manual_adjustment_audit.go @@ -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: