Commit 6f42368a authored by liudong1993's avatar liudong1993

订单调整

parent f4f5718b
......@@ -253,6 +253,7 @@ namespace Edu.Module.Course
/// </summary>
/// <param name="offerId"></param>
/// <param name="detailList"></param>
/// <param name="createBy"></param>
/// <returns></returns>
public bool SetOfferCreateOrder(int offerId, List<RB_Course_OfferDetails_ViewModel> detailList, int createBy) {
var emModel = accountRepository.GetEmployeeInfo(createBy);
......
......@@ -158,6 +158,7 @@ namespace Edu.WebApi.Controllers.Course
x.TeacherRemark,
x.RectorRemark,
x.DirectorRemark,
x.OfferId,
SaleRemarkList = x.SaleRemarkList.Select(z => new
{
z.Id,
......@@ -219,6 +220,7 @@ namespace Edu.WebApi.Controllers.Course
x.TeacherRemark,
x.RectorRemark,
x.DirectorRemark,
x.OfferId,
SaleRemarkList = x.SaleRemarkList.Select(z => new
{
z.Id,
......@@ -900,6 +902,7 @@ namespace Edu.WebApi.Controllers.Course
x.TeacherRemark,
x.RectorRemark,
x.DirectorRemark,
x.OfferId,
SaleRemarkList = x.SaleRemarkList.Select(z => new
{
z.Id,
......
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