Commit 58801f27 authored by liudong1993's avatar liudong1993

Merge branch 'master' of http://gitlab.oytour.com/Kui2/mall.oytour.com into sdzq-ld

parents e6788bf5 aff4849b
...@@ -8173,7 +8173,7 @@ namespace Mall.Module.Product ...@@ -8173,7 +8173,7 @@ namespace Mall.Module.Product
RB_Branch_Id = Config.ExpendBranchId, RB_Branch_Id = Config.ExpendBranchId,
TemplateId = item.WorkFlowId, TemplateId = item.WorkFlowId,
OrderSource = 16, OrderSource = 16,
OtherType = 22, OtherType = 23,
ReFinanceId = dmodel.ReOrderId, ReFinanceId = dmodel.ReOrderId,
Remark = "名称:" + umodel.Name + "(" + umodel.Id + ")" + " " + System.DateTime.Now.ToString("yyyy年MM月dd日") + "自动生成财务单据(erp订单)", Remark = "名称:" + umodel.Name + "(" + umodel.Id + ")" + " " + System.DateTime.Now.ToString("yyyy年MM月dd日") + "自动生成财务单据(erp订单)",
detailList, detailList,
......
...@@ -1187,6 +1187,7 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -1187,6 +1187,7 @@ namespace Mall.WebApi.Controllers.MallBase
x.TenantId, x.TenantId,
x.MallBaseId, x.MallBaseId,
x.SendArea, x.SendArea,
CarouselImageList= x.CarouselImageList.Select(qitem=>qitem.Path).ToList(),
CreateDate = x.CreateDate.HasValue ? x.CreateDate.Value.ToString("yyyy-MM-dd HH:mm:ss") : "" CreateDate = x.CreateDate.HasValue ? x.CreateDate.Value.ToString("yyyy-MM-dd HH:mm:ss") : ""
}); });
return ApiResult.Success("", pagelist); return ApiResult.Success("", pagelist);
......
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