SVN r336
SVN-Revision: r336
This commit is contained in:
@@ -856,10 +856,10 @@ namespace Lskj.PubInvoiceOut
|
|||||||
isLogin = true;
|
isLogin = true;
|
||||||
string invoiceNr = resultObj["invoiceNr"] + "";
|
string invoiceNr = resultObj["invoiceNr"] + "";
|
||||||
string invoiceDate = resultObj["invoiceDate"] + "";
|
string invoiceDate = resultObj["invoiceDate"] + "";
|
||||||
long timestamp = Convert.ToInt64(invoiceDate);
|
//long timestamp = Convert.ToInt64(invoiceDate);
|
||||||
DateTime startTime = TimeZone.CurrentTimeZone.ToLocalTime(new System.DateTime(1970, 1, 1));//当地时区
|
//DateTime startTime = TimeZone.CurrentTimeZone.ToLocalTime(new System.DateTime(1970, 1, 1));//当地时区
|
||||||
DateTime time = startTime.AddMilliseconds(timestamp);
|
//DateTime time = startTime.AddMilliseconds(timestamp);
|
||||||
invoiceDate = time.ToString("yyyy-MM-dd HH:mm:ss.fff");
|
//invoiceDate = time.ToString("yyyy-MM-dd HH:mm:ss.fff");
|
||||||
string ghfBankAccount = resultObj["ghfBankAccount"] + "";
|
string ghfBankAccount = resultObj["ghfBankAccount"] + "";
|
||||||
string ghfAddr = resultObj["ghfAddr"] + "";
|
string ghfAddr = resultObj["ghfAddr"] + "";
|
||||||
string ghfTel = resultObj["ghfTel"] + "";
|
string ghfTel = resultObj["ghfTel"] + "";
|
||||||
|
|||||||
Reference in New Issue
Block a user