作者 陈志颖

fix:还原记录时间格式

@@ -181,7 +181,7 @@ func (suMoneyService *SuMoneyService) SearchSuMoneyTransactionRecord(searchSuMon @@ -181,7 +181,7 @@ func (suMoneyService *SuMoneyService) SearchSuMoneyTransactionRecord(searchSuMon
181 "isPrincipal": suMoneyTransactionRecord.Operator.IsPrincipal, 181 "isPrincipal": suMoneyTransactionRecord.Operator.IsPrincipal,
182 }, 182 },
183 "recordDescription": suMoneyTransactionRecord.RecordDescription, 183 "recordDescription": suMoneyTransactionRecord.RecordDescription,
184 - "createTime": suMoneyTransactionRecord.CreateTime.Location(), 184 + "createTime": suMoneyTransactionRecord.CreateTime,
185 } 185 }
186 suMoneyTransactionRecordsFormat = append(suMoneyTransactionRecordsFormat, suMoneyTransactionRecordFormat) 186 suMoneyTransactionRecordsFormat = append(suMoneyTransactionRecordsFormat, suMoneyTransactionRecordFormat)
187 } 187 }