Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
huatu_API
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liudong1993
huatu_API
Commits
fed7630c
Commit
fed7630c
authored
Sep 08, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c5a494c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CustomerOrderService.cs
REBORN.Services.SellService/CustomerOrderService.cs
+4
-1
No files found.
REBORN.Services.SellService/CustomerOrderService.cs
View file @
fed7630c
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment