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 c821da48
authored
Jul 04, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-dingwf-0715' into develop
2 parents
69385dd0
b4cf818c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 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 @
c821da4
...
@@ -14,6 +14,7 @@ import com.dituhui.pea.order.dto.TimeLineDTO;
...
@@ -14,6 +14,7 @@ import com.dituhui.pea.order.dto.TimeLineDTO;
import
com.dituhui.pea.order.entity.EngineerInfo
;
import
com.dituhui.pea.order.entity.EngineerInfo
;
import
com.dituhui.pea.order.entity.OrderAppointment
;
import
com.dituhui.pea.order.entity.OrderAppointment
;
import
com.dituhui.pea.order.entity.OrderRequest
;
import
com.dituhui.pea.order.entity.OrderRequest
;
import
com.dituhui.pea.order.service.CommonService
;
import
com.dituhui.pea.order.service.OrderAssign
;
import
com.dituhui.pea.order.service.OrderAssign
;
import
lombok.Data
;
import
lombok.Data
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
@@ -40,6 +41,9 @@ public class OrderAssignImpl implements OrderAssign {
...
@@ -40,6 +41,9 @@ public class OrderAssignImpl implements OrderAssign {
@Autowired
@Autowired
private
EngineerInfoMPDao
engineerInfoMPDao
;
private
EngineerInfoMPDao
engineerInfoMPDao
;
@Autowired
private
CommonService
commonService
;
@Transactional
@Transactional
@Override
@Override
public
Result
<?>
getOrderAssignRecommendEngineers
(
String
orderId
,
String
key
,
String
distance
,
String
recommend
)
{
public
Result
<?>
getOrderAssignRecommendEngineers
(
String
orderId
,
String
key
,
String
distance
,
String
recommend
)
{
...
@@ -149,6 +153,9 @@ public class OrderAssignImpl implements OrderAssign {
...
@@ -149,6 +153,9 @@ public class OrderAssignImpl implements OrderAssign {
wrapper
.
eq
(
OrderRequest:
:
getOrderId
,
orderId
);
wrapper
.
eq
(
OrderRequest:
:
getOrderId
,
orderId
);
orderRequestMPDao
.
update
(
null
,
wrapper
);
orderRequestMPDao
.
update
(
null
,
wrapper
);
// 工单变更登记
commonService
.
addOrderChange
(
orderId
,
""
,
"PEA-WEB"
,
"API"
,
"工单指派"
,
""
);
return
Result
.
success
(
null
);
return
Result
.
success
(
null
);
}
}
...
...
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