Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c4cb56c3
authored
Jul 11, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
1 parent
b1c0b9d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
project-order/src/main/java/com/dituhui/pea/order/service/impl/OrderAssignImpl.java
project-order/src/main/java/com/dituhui/pea/order/service/impl/OrderAssignImpl.java
View file @
c4cb56c
...
...
@@ -170,6 +170,7 @@ public class OrderAssignImpl implements OrderAssign {
if
(
order
==
null
){
throw
new
BusinessException
(
"订单不存在"
);
}
// 更新order_request表为未指派
LambdaUpdateWrapper
<
OrderRequest
>
orderWrapper
=
new
LambdaUpdateWrapper
<>();
orderWrapper
.
set
(
OrderRequest:
:
getAppointmentStatus
,
"NOT_ASSIGNED"
);
...
...
@@ -189,8 +190,8 @@ public class OrderAssignImpl implements OrderAssign {
oe
.
setEvent
(
"放回工单池"
);
oe
.
setOperator
(
"123"
);
// 操作员ID TODO-用户系统
oe
.
setOperatorName
(
"测试用户"
);
// 操作员姓名 TODO-用户系统
oe
.
set
Operator
(
"PEA"
);
oe
.
setDescription
(
""
);
oe
.
set
Source
(
"PEA"
);
oe
.
setDescription
(
"
返回工单池
"
);
oe
.
setMemo
(
""
);
oe
.
setCreateTime
(
new
Timestamp
(
System
.
currentTimeMillis
()));
orderEventMPDao
.
insert
(
oe
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment