Commit 26414763 authored by liudong1993's avatar liudong1993

1

parent 0c58fd9f
...@@ -3027,6 +3027,7 @@ namespace REBORN.Services.SellService ...@@ -3027,6 +3027,7 @@ namespace REBORN.Services.SellService
{ {
x.OrderId, x.OrderId,
x.GuestId, x.GuestId,
OutBranchId = x.EmpBranchId,
x.PlatformMoney, x.PlatformMoney,
x.GuestName, x.GuestName,
MobilePhone = ConvertHelper.ReplaceMobile(x.MobilePhone), MobilePhone = ConvertHelper.ReplaceMobile(x.MobilePhone),
...@@ -3448,6 +3449,7 @@ namespace REBORN.Services.SellService ...@@ -3448,6 +3449,7 @@ namespace REBORN.Services.SellService
demodel.OrderStatus = (int)CRMOrderStatusEnum.Normal;//默认正常订单 demodel.OrderStatus = (int)CRMOrderStatusEnum.Normal;//默认正常订单
demodel.EnterID = userInfo.EmployeeId; demodel.EnterID = userInfo.EmployeeId;
demodel.CreateBy = userInfo.EmployeeId; demodel.CreateBy = userInfo.EmployeeId;
demodel.EmpBranchId = userInfo.RB_Branch_id;
demodel.CreateTime = DateTime.Now; demodel.CreateTime = DateTime.Now;
string msg = customerOrderModule.SetGuestOrderInfo(demodel, supplierModel, appointOPList, userInfo); string msg = customerOrderModule.SetGuestOrderInfo(demodel, supplierModel, appointOPList, userInfo);
......
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