This commit is contained in:
2025-09-03 09:52:02 +08:00
parent d24f41ba60
commit 19d3bfcd6d
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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);