From 41d3b5c08ced5f4063910ecef6a9a124cd99cf99 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期一, 15 四月 2024 08:16:08 +0800
Subject: [PATCH] no message
---
CoreCms.Net.Web.WebApi/Controllers/OfflineDistributorController.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/CoreCms.Net.Web.WebApi/Controllers/OfflineDistributorController.cs b/CoreCms.Net.Web.WebApi/Controllers/OfflineDistributorController.cs
index 15e82d8..6d8ac48 100644
--- a/CoreCms.Net.Web.WebApi/Controllers/OfflineDistributorController.cs
+++ b/CoreCms.Net.Web.WebApi/Controllers/OfflineDistributorController.cs
@@ -60,6 +60,8 @@
CooperationIntent = param.CooperationIntent,
DealerName = param.DistributorName,
PhoneNumber = param.PhoneNumber,
+ School=param.School,
+
meetings = new List<OfflineDistributorMeeting>()
{
new OfflineDistributorMeeting
@@ -79,7 +81,7 @@
};
var jm = new WebApiCallBack();
- var ret = await _OfflineDistributorServices.UpdateAsync(item);
+ var ret = await _OfflineDistributorServices.UserInsertAsync(item);
jm.code = ret.code;
jm.status = true;
jm.msg = ret.msg;
--
Gitblit v1.9.1