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
8cd7d32e
Commit
8cd7d32e
authored
Dec 10, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
04a8f675
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
RB_Visitor_Reserve_Extend.cs
Edu.Model/ViewModel/Reserve/RB_Visitor_Reserve_Extend.cs
+10
-0
CustomerStudentModule.cs
Edu.Module.Customer/CustomerStudentModule.cs
+1
-1
No files found.
Edu.Model/ViewModel/Reserve/RB_Visitor_Reserve_Extend.cs
View file @
8cd7d32e
...
...
@@ -125,5 +125,15 @@ namespace Edu.Model.ViewModel.Reserve
/// 是否查询所有约课(1-是)
/// </summary>
public
int
IsQueryAll
{
get
;
set
;
}
/// <summary>
/// 创建时间字符串
/// </summary>
public
string
CreateTimeStr
{
get
{
return
Common
.
ConvertHelper
.
FormatTimeStr
(
this
.
CreateTime
);
}
}
/// <summary>
/// 创建时间字符串
/// </summary>
public
string
CreateTimeStr2
{
get
{
return
Common
.
ConvertHelper
.
FormatTimeStr2
(
this
.
CreateTime
);
}
}
}
}
Edu.Module.Customer/CustomerStudentModule.cs
View file @
8cd7d32e
...
...
@@ -137,7 +137,7 @@ namespace Edu.Module.Customer
{
logContent
+=
string
.
Format
(
"反馈信息:由【{0}】=>【{1}】"
,
oldModel
.
Feedback
,
Feedback
);
}
bool
flag
=
student_
Visi
tRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_Student_Appointment_Extend
.
Id
),
Id
));
bool
flag
=
student_
Appointmen
tRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_Student_Appointment_Extend
.
Id
),
Id
));
student_LogRepository
.
AddStuLogRepository
(
oldModel
.
StuId
,
Common
.
Enum
.
Log
.
StudentLogTypeEnum
.
Appointment
,
logTitle
,
logContent
,
OperateId
);
return
flag
;
}
...
...
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