edit
This commit is contained in:
@@ -537,7 +537,7 @@ public partial class caiyingtongload : System.Web.UI.Page
|
||||
string msg = jsonObjects["msg"].ToString();
|
||||
if (msg == "插入订单成功")
|
||||
{
|
||||
string cytMalId = jsonObjects["Data"]["CytMallId"].ToString();
|
||||
string cytMalId = jsonObjects["Data"]["CytMallId"]["Data"].ToString();
|
||||
string sql_pay = "INSERT INTO CE_CaiYingTongLog (ctid, ctime,type,msg) VALUES ('" + ctid + "', '" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") + "'," + 0 + ",'" + msg + "');";
|
||||
CeErpTradeCell.ExecuteNonQuery(sql_pay.ToString());
|
||||
addLog(ctid, userId, "上传彩印通接口成功:" + msg, ce.OrderState);
|
||||
|
||||
Reference in New Issue
Block a user