Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
417eafd3
Commit
417eafd3
authored
Mar 02, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a7e2fd60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
RB_Customer.cs
Edu.Model/Entity/Customer/RB_Customer.cs
+1
-1
B2BCustomerController.cs
Edu.WebApi/Controllers/Customer/B2BCustomerController.cs
+2
-2
No files found.
Edu.Model/Entity/Customer/RB_Customer.cs
View file @
417eafd3
...
@@ -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
;
}
...
...
Edu.WebApi/Controllers/Customer/B2BCustomerController.cs
View file @
417eafd3
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment