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