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