Commit fed7630c authored by liudong1993's avatar liudong1993

1

parent c5a494c2
......@@ -3687,7 +3687,10 @@ namespace REBORN.Services.SellService
if (!appointOPList.Any()) { return ApiResult.ParamIsNull("请指定OP"); }
demodel.OrderStatus = (int)CRMOrderStatusEnum.Normal;//默认正常订单
demodel.EnterID = userInfo.EmployeeId;
if (demodel.EnterID <= 0)
{
demodel.EnterID = userInfo.EmployeeId;//可以设置销售
}
demodel.CreateBy = userInfo.EmployeeId;
demodel.EmpBranchId = userInfo.RB_Branch_id;
demodel.CreateTime = DateTime.Now;
......
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