Commit 417eafd3 authored by liudong1993's avatar liudong1993

1

parent a7e2fd60
......@@ -58,7 +58,7 @@ namespace Edu.Model.Entity.Customer
public string Image { get; set; }
/// <summary>
/// 同行客户来源(1-企业,2-学校)
/// 同行客户来源(1微信 2支付宝)
/// </summary>
public int CustomerSourceType { get; set; }
......
......@@ -109,7 +109,7 @@ namespace Edu.WebApi.Controllers.Customer
Address = base.ParmJObj.GetStringValue("Address"),
Sex = base.ParmJObj.GetInt("Sex"),
Image = base.ParmJObj.GetStringValue("Image"),
CustomerSourceType = base.ParmJObj.GetInt("CustomerSourceType"),
CustomerSourceType = 1,
CustomerSource = base.ParmJObj.GetStringValue("CustomerSource"),
CountryId = base.ParmJObj.GetInt("CountryId"),
ProvinceId = base.ParmJObj.GetInt("ProvinceId"),
......@@ -1096,7 +1096,7 @@ namespace Edu.WebApi.Controllers.Customer
Address = "",
Sex = 1,
Image = "",
CustomerSourceType = (int)extModel.CatetoryType,
CustomerSourceType = 1,
CustomerSource = extModel.CategoryName,
CountryId = 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