|
|
@ -132,6 +132,8 @@ namespace ICSSoft.FromERP |
|
|
|
//string vendorcontactss_contactmobile = obj["data"] != null ? (obj["data"]["vendorcontactss"] != null ? (obj["data"]["vendorcontactss"]["contactmobile"] != null ? obj["data"]["vendorcontactss"]["contactmobile"].ToString() : "") : "") : "";
|
|
|
|
//string registerCurrency_name = obj["data"] != null ? (obj["data"]["registerCurrency_name"] != null ? obj["data"]["registerCurrency_name"].ToString() : "") : "";
|
|
|
|
//string createTime = obj["data"] != null ? (obj["data"]["createTime"] != null ? obj["data"]["createTime"].ToString() : "") : "";
|
|
|
|
|
|
|
|
string id = obj["data"]["id"]?.ToString(); |
|
|
|
string Zcode = obj["data"]["code"]?.ToString(); |
|
|
|
string namezh_CN = obj["data"]["name"]["zh_CN"].ToString(); |
|
|
|
string vendorclass_code = obj["data"]["vendorclass_code"].ToString(); |
|
|
@ -163,7 +165,7 @@ namespace ICSSoft.FromERP |
|
|
|
#endregion
|
|
|
|
sqlGG = @" select
|
|
|
|
'" + Zcode + @"' AS cVenCode , |
|
|
|
NEWID() AS ID, |
|
|
|
'"+ id + @"' AS ID, |
|
|
|
'" + namezh_CN + @"' AS cVenName, |
|
|
|
'" + namezh_CN + @"' AS cVenAbbName, |
|
|
|
'" + vendorclass_code + @"' AS cVCCode, |
|
|
|