|
@@ -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,
|
184
|
+ "createTime": suMoneyTransactionRecord.CreateTime.Local(),
|
185
|
}
|
185
|
}
|
186
|
suMoneyTransactionRecordsFormat = append(suMoneyTransactionRecordsFormat, suMoneyTransactionRecordFormat)
|
186
|
suMoneyTransactionRecordsFormat = append(suMoneyTransactionRecordsFormat, suMoneyTransactionRecordFormat)
|
187
|
}
|
187
|
}
|