From c69a5d8c148bc7132ec5126660c8532567da55d8 Mon Sep 17 00:00:00 2001 From: lzh <1625167628@qq.com> Date: Wed, 15 Oct 2025 15:52:53 +0800 Subject: [PATCH] 1 --- internal/logic/bundleExtendLogic.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/logic/bundleExtendLogic.go b/internal/logic/bundleExtendLogic.go index 8f326c4..28aac5f 100644 --- a/internal/logic/bundleExtendLogic.go +++ b/internal/logic/bundleExtendLogic.go @@ -339,9 +339,6 @@ func GetUsedRecord(req *bundle.GetUsedRecordListReq) (*bundle.GetUsedRecordListR resp.Data = lo.Map(data, func(m model.CostLogPo, _ int) *bundle.WorkCastItem { result := &bundle.WorkCastItem{} copier.Copy(result, &m) - loc, _ := time.LoadLocation("Asia/Shanghai") - t := time.Unix(m.ArtistConfirmedTime, 0).In(loc) - result.ArtistConfirmedTime = t.Format(time.DateTime) return result }) return resp, nil