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
f054df5f
Commit
f054df5f
authored
Dec 24, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
9d993474
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
StudentBillModule.cs
Edu.Module.Course/StudentBillModule.cs
+9
-0
PublicController.cs
Edu.WebApi/Controllers/Public/PublicController.cs
+1
-1
No files found.
Edu.Module.Course/StudentBillModule.cs
View file @
f054df5f
...
...
@@ -284,6 +284,9 @@ namespace Edu.Module.Course
#
endregion
//更新主表状态
flag
=
UpdateStuBackBillStatusModule
(
BackClassAuditStatusEnum
.
Pass
,
newRecipientIds
,
backModel
.
BackId
,
SpecialNode
:
SpecialNode
,
BackMoney
:
BackMoney
);
#
region
更新订单旅客表未通过状态
flag
=
UpdateOrderGuestStatusModule
(
2
,
backModel
.
StudentId
);
#
endregion
}
else
{
...
...
@@ -339,6 +342,9 @@ namespace Edu.Module.Course
}
//更新主表状态
flag
=
UpdateStuBackBillStatusModule
(
BackClassAuditStatusEnum
.
Pass
,
newRecipientIds
,
backModel
.
BackId
,
SpecialNode
:
SpecialNode
,
BackMoney
:
BackMoney
);
#
region
更新订单旅客表未通过状态
flag
=
UpdateOrderGuestStatusModule
(
2
,
backModel
.
StudentId
);
#
endregion
}
else
{
...
...
@@ -373,6 +379,9 @@ namespace Edu.Module.Course
#
endregion
//更新主表状态
flag
=
UpdateStuBackBillStatusModule
(
BackClassAuditStatusEnum
.
Pass
,
newRecipientIds
,
backModel
.
BackId
,
SpecialNode
:
SpecialNode
,
BackMoney
:
BackMoney
);
#
region
更新订单旅客表未通过状态
flag
=
UpdateOrderGuestStatusModule
(
2
,
backModel
.
StudentId
);
#
endregion
}
//更新抄送人状态
//var CopyToPeopleList = copyToPeopleRepository.GetCopyToPeopleList(WorkFlowId, TemplateType);
...
...
Edu.WebApi/Controllers/Public/PublicController.cs
View file @
f054df5f
...
...
@@ -299,7 +299,7 @@ namespace Edu.WebApi.Controllers.Public
var
query
=
new
RB_File_Store
{
Group_Id
=
base
.
UserInfo
.
Group_Id
,
School_Id
=
base
.
UserInfo
.
School_Id
//
School_Id = base.UserInfo.School_Id
};
var
list
=
publicModule
.
GetFileStoreList
(
query
);
return
ApiResult
.
Success
(
"获取成功"
,
list
);
...
...
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