Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
app-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SuperHive
back-end
app-service
Commits
b615f576
Commit
b615f576
authored
Jun 12, 2020
by
zhangzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改司机抢单参数
parent
8e8ff346
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
DriverAccountController.java
...pp/module/account/controller/DriverAccountController.java
+1
-1
GrabController.java
...reight/app/module/grabbing/controller/GrabController.java
+1
-1
OrderGrabbingForm.java
...v/freight/app/module/grabbing/form/OrderGrabbingForm.java
+1
-1
No files found.
src/main/java/com/esv/freight/app/module/account/controller/DriverAccountController.java
View file @
b615f576
...
...
@@ -59,7 +59,7 @@ public class DriverAccountController {
private
BusinessMessageService
businessMessageService
;
@Autowired
public
DriverAccountController
(
TokenComponent
tokenComponent
,
AccountDeviceInfoService
accountDeviceInfoService
,
CarrierInterface
carrierInterface
,
DriverInterface
driverInterface
,
NoticeInterface
noticeInterface
,
AppLoginService
appLoginService
)
{
public
DriverAccountController
(
BusinessMessageService
businessMessageService
,
TokenComponent
tokenComponent
,
AccountDeviceInfoService
accountDeviceInfoService
,
CarrierInterface
carrierInterface
,
DriverInterface
driverInterface
,
NoticeInterface
noticeInterface
,
AppLoginService
appLoginService
)
{
this
.
noticeInterface
=
noticeInterface
;
this
.
appLoginService
=
appLoginService
;
this
.
driverInterface
=
driverInterface
;
...
...
src/main/java/com/esv/freight/app/module/grabbing/controller/GrabController.java
View file @
b615f576
...
...
@@ -156,7 +156,7 @@ public class GrabController {
reqJson
.
put
(
"orderGrabbingId"
,
orderGrabbingForm
.
getOrderGrabbingId
());
reqJson
.
put
(
"driverId"
,
orderGrabbingForm
.
getDriverId
());
reqJson
.
put
(
"vehicleId"
,
orderGrabbingForm
.
getVehicleId
());
reqJson
.
put
(
"sign
Data"
,
orderGrabbingForm
.
getSignData
());
reqJson
.
put
(
"sign
Id"
,
orderGrabbingForm
.
getSignId
());
reqJson
.
put
(
"bargainFreight"
,
orderGrabbingForm
.
getBargainFreight
());
log
.
info
(
reqJson
.
toJSONString
());
JSONObject
result
=
tmsGrabInterface
.
grabOrder
(
reqJson
);
...
...
src/main/java/com/esv/freight/app/module/grabbing/form/OrderGrabbingForm.java
View file @
b615f576
...
...
@@ -51,7 +51,7 @@ public class OrderGrabbingForm {
/**
* 司机签名数据
*/
private
String
sign
Data
;
private
String
sign
Id
;
@Override
public
String
toString
()
{
...
...
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