Commit 5a0be56a authored by 黄奎's avatar 黄奎

页面修改

parent abdd2d71
...@@ -119,7 +119,7 @@ namespace Edu.Module.EduTask ...@@ -119,7 +119,7 @@ namespace Edu.Module.EduTask
flag = education_ReceiptRepository.SetEducationReceiptRepository(educationReceipt, out message); flag = education_ReceiptRepository.SetEducationReceiptRepository(educationReceipt, out message);
Dictionary<string, object> guestFileds = new Dictionary<string, object>() Dictionary<string, object> guestFileds = new Dictionary<string, object>()
{ {
{nameof(RB_Order_Guest_ViewModel.GuestState),7 } {nameof(RB_Order_Guest_ViewModel.GuestState),3}
}; };
if (flag) if (flag)
{ {
...@@ -276,6 +276,7 @@ namespace Edu.Module.EduTask ...@@ -276,6 +276,7 @@ namespace Edu.Module.EduTask
Dictionary<string, object> guestFileds = new Dictionary<string, object>() Dictionary<string, object> guestFileds = new Dictionary<string, object>()
{ {
{nameof(RB_Order_Guest_ViewModel.TotalHours),guestClassHours.FinishClassHours }, {nameof(RB_Order_Guest_ViewModel.TotalHours),guestClassHours.FinishClassHours },
{nameof(RB_Order_Guest_ViewModel.GuestState),7 },
}; };
if (flag) if (flag)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment