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
a9c5dcb0
Commit
a9c5dcb0
authored
Jan 04, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1修改审核只用主管审核 =》 徐总审核
parent
af0eb58c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
StudyAbroadModule.cs
Edu.Module.StudyAbroad/StudyAbroadModule.cs
+6
-4
No files found.
Edu.Module.StudyAbroad/StudyAbroadModule.cs
View file @
a9c5dcb0
...
@@ -341,10 +341,12 @@ namespace Edu.Module.StudyAbroad
...
@@ -341,10 +341,12 @@ namespace Edu.Module.StudyAbroad
}
}
else
if
(
model
.
DirectorStatus
==
1
)
else
if
(
model
.
DirectorStatus
==
1
)
{
{
fileds
.
Add
(
nameof
(
RB_StudyAbroad_ViewModel
.
ManagerId
),
Common
.
Config
.
StudyAbroadManagerId
);
//2022-1-4 ld 修改审核只用主管审核 =》 徐总审核
fileds
.
Add
(
nameof
(
RB_StudyAbroad_ViewModel
.
ManagerOpinion
),
""
);
fileds
.
Add
(
nameof
(
RB_StudyAbroad_ViewModel
.
SaleState
),
(
int
)
SaleStateEnum
.
Sell
);
fileds
.
Add
(
nameof
(
RB_StudyAbroad_ViewModel
.
ManagerStatus
),
0
);
//fileds.Add(nameof(RB_StudyAbroad_ViewModel.ManagerId), Common.Config.StudyAbroadManagerId);
fileds
.
Add
(
nameof
(
RB_StudyAbroad_ViewModel
.
ManagerAuditTime
),
null
);
//fileds.Add(nameof(RB_StudyAbroad_ViewModel.ManagerOpinion), "");
//fileds.Add(nameof(RB_StudyAbroad_ViewModel.ManagerStatus),0 );
//fileds.Add(nameof(RB_StudyAbroad_ViewModel.ManagerAuditTime), null);
}
}
bool
flag
=
studyAbroadRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_StudyAbroad_ViewModel
.
Id
),
model
.
Id
));
bool
flag
=
studyAbroadRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_StudyAbroad_ViewModel
.
Id
),
model
.
Id
));
return
flag
;
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