Commit 417eafd3 authored by liudong1993's avatar liudong1993

1

parent a7e2fd60
...@@ -58,7 +58,7 @@ namespace Edu.Model.Entity.Customer ...@@ -58,7 +58,7 @@ namespace Edu.Model.Entity.Customer
public string Image { get; set; } public string Image { get; set; }
/// <summary> /// <summary>
/// 同行客户来源(1-企业,2-学校) /// 同行客户来源(1微信 2支付宝)
/// </summary> /// </summary>
public int CustomerSourceType { get; set; } public int CustomerSourceType { get; set; }
......
...@@ -109,7 +109,7 @@ namespace Edu.WebApi.Controllers.Customer ...@@ -109,7 +109,7 @@ namespace Edu.WebApi.Controllers.Customer
Address = base.ParmJObj.GetStringValue("Address"), Address = base.ParmJObj.GetStringValue("Address"),
Sex = base.ParmJObj.GetInt("Sex"), Sex = base.ParmJObj.GetInt("Sex"),
Image = base.ParmJObj.GetStringValue("Image"), Image = base.ParmJObj.GetStringValue("Image"),
CustomerSourceType = base.ParmJObj.GetInt("CustomerSourceType"), CustomerSourceType = 1,
CustomerSource = base.ParmJObj.GetStringValue("CustomerSource"), CustomerSource = base.ParmJObj.GetStringValue("CustomerSource"),
CountryId = base.ParmJObj.GetInt("CountryId"), CountryId = base.ParmJObj.GetInt("CountryId"),
ProvinceId = base.ParmJObj.GetInt("ProvinceId"), ProvinceId = base.ParmJObj.GetInt("ProvinceId"),
...@@ -1096,7 +1096,7 @@ namespace Edu.WebApi.Controllers.Customer ...@@ -1096,7 +1096,7 @@ namespace Edu.WebApi.Controllers.Customer
Address = "", Address = "",
Sex = 1, Sex = 1,
Image = "", Image = "",
CustomerSourceType = (int)extModel.CatetoryType, CustomerSourceType = 1,
CustomerSource = extModel.CategoryName, CustomerSource = extModel.CategoryName,
CountryId = 0, CountryId = 0,
ProvinceId = 0, ProvinceId = 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment