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
3479a754
Commit
3479a754
authored
Apr 02, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c091ba64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
CustomerStudentModule.cs
Edu.Module.Customer/CustomerStudentModule.cs
+0
-1
CustomerStudentController.cs
Edu.WebApi/Controllers/Customer/CustomerStudentController.cs
+2
-2
No files found.
Edu.Module.Customer/CustomerStudentModule.cs
View file @
3479a754
...
...
@@ -391,7 +391,6 @@ namespace Edu.Module.Customer
flag
=
newId
>
0
;
logTitle
=
"新增跟进"
;
logContent
=
model
.
Remark
;
}
try
{
...
...
Edu.WebApi/Controllers/Customer/CustomerStudentController.cs
View file @
3479a754
...
...
@@ -194,7 +194,7 @@ namespace Edu.WebApi.Controllers.Customer
[
HttpPost
]
public
ApiResult
SetStudentBaseInfo
()
{
int
EditType
=
base
.
ParmJObj
.
GetInt
(
""
);
int
EditType
=
base
.
ParmJObj
.
GetInt
(
"
EditType
"
);
var
extModel
=
new
RB_Student_Follow_Extend
()
{
Id
=
base
.
ParmJObj
.
GetInt
(
"Id"
),
...
...
@@ -208,7 +208,7 @@ namespace Edu.WebApi.Controllers.Customer
extModel
.
UpdateBy
=
base
.
UserInfo
.
Id
;
extModel
.
UpdateTime
=
DateTime
.
Now
;
extModel
.
Group_Id
=
base
.
UserInfo
.
Group_Id
;
bool
flag
=
customerStudentModule
.
SetStudentBaseInfoModule
(
extModel
,
StuProfession
,
StuPurpose
);
bool
flag
=
customerStudentModule
.
SetStudentBaseInfoModule
(
extModel
,
StuProfession
,
StuPurpose
);
return
flag
?
ApiResult
.
Success
()
:
ApiResult
.
Failed
();
}
...
...
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