Commit 37b5ed8e authored by 黄奎's avatar 黄奎

页面修改

parent 4bc8cf54
......@@ -5846,7 +5846,7 @@ namespace Mall.Module.Product
{
{nameof(RB_Goods_OrderDetail_Extend.ServicepersonalId),ServicepersonalId }
};
return goods_OrderDetailRepository.Update(fileds, new WhereHelper(nameof(RB_Goods_OrderDetail_Extend.GoodsId), OrderId));
return goods_OrderDetailRepository.Update(fileds, new WhereHelper(nameof(RB_Goods_OrderDetail_Extend.OrderId), OrderId));
}
/// <summary>
......
......@@ -749,7 +749,7 @@ namespace Mall.WebApi.Controllers.MallBase
}
/// <summary>
/// 线下服务下单
/// 修改订单线下服务人员
/// </summary>
/// <returns></returns>
[HttpPost]
......
......@@ -1897,6 +1897,7 @@ namespace Mall.WebApi.Controllers.MallBase
y.CoverImagePath,
y.OrderType,
OrderTypeName = y.OrderType.GetEnumName(),
y.GoodsId,
y.GoodsName,
y.ProductCode,
y.Final_Price,
......@@ -1928,7 +1929,8 @@ namespace Mall.WebApi.Controllers.MallBase
y.ServiceDate,
y.ServiceTime,
y.GoodServiceTime,
y.ServicepersonalName
y.ServicepersonalName,
y.ServicepersonalId,
}),
x.Consignee,
x.Mobile,
......@@ -1951,6 +1953,7 @@ namespace Mall.WebApi.Controllers.MallBase
x.SmallShopsId,
x.SmallShopsName,
CreateDate = x.CreateDate.HasValue ? x.CreateDate.Value.ToString("yyyy-MM-dd HH:mm:ss") : "",
x.StoresId,
x.StoreName,
x.StoresAddress,
});
......
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Mall.Common.API;
using Mall.Model.Extend.User;
using Mall.Module.User;
......@@ -10,11 +9,7 @@ using Microsoft.AspNetCore.Cors;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using Mall.Common.Plugin;
using Mall.Common.Enum.User;
using Mall.CacheManager.User;
using Newtonsoft.Json.Linq;
using Mall.Common;
using Microsoft.AspNetCore.Authorization;
using Mall.Model.Entity.User;
using Mall.AOP;
using Mall.Module.BaseSetUp;
......
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