secure file fix

master
yixian 6 years ago
parent 223e9c708f
commit 0f6267d783

@ -126,7 +126,7 @@ public class TradeSecureFile {
public String line() {
String[] columns = {clientMoniker, orderId, channel, gateway.toString(), price.toPlainString(), clearingAmount.toPlainString(), currency,
exchangeRate.toPlainString(), filterStatus(), new DateTime(transactionTime).withZone(zone).toString()};
exchangeRate.toPlainString(), filterStatus(), new DateTime(transactionTime).withZone(zone).toString("yyyy-MM-dd HH:mm:ss")};
return String.join("|", columns);
}

Loading…
Cancel
Save