Commit 5439b908 authored by 黄奎's avatar 黄奎

页面修改

parent aa38c364
...@@ -506,6 +506,7 @@ WHERE o.OrderState=1 and og.`Status`=0 and sog.`Status`=0 and og.GuestState=1 an ...@@ -506,6 +506,7 @@ WHERE o.OrderState=1 and og.`Status`=0 and sog.`Status`=0 and og.GuestState=1 an
fileds.Add(nameof(RB_Student_ViewModel.StuChannel), model.StuChannel); fileds.Add(nameof(RB_Student_ViewModel.StuChannel), model.StuChannel);
fileds.Add(nameof(RB_Student_ViewModel.PlatformName), model.PlatformName); fileds.Add(nameof(RB_Student_ViewModel.PlatformName), model.PlatformName);
fileds.Add(nameof(RB_Student_ViewModel.StuNeeds), model.StuNeeds); fileds.Add(nameof(RB_Student_ViewModel.StuNeeds), model.StuNeeds);
fileds.Add(nameof(RB_Student_ViewModel.StuIcon), model.StuIcon.Trim());
} }
//App小程序操作 //App小程序操作
else else
......
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