Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
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
王衍超
cloud-fb
Commits
76615073
Commit
76615073
authored
Jun 24, 2021
by
高晓磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆派单保存临时销售计划,砂石量取值salesPlanAmount
parent
ecabed3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
VehicleDispatchServiceImpl.java
...ransport/internal/service/VehicleDispatchServiceImpl.java
+1
-1
No files found.
backend/xyst.dinas.transport/src/main/java/com/xyst/dinas/transport/internal/service/VehicleDispatchServiceImpl.java
View file @
76615073
...
@@ -86,7 +86,7 @@ public class VehicleDispatchServiceImpl implements VehicleDispatchService {
...
@@ -86,7 +86,7 @@ public class VehicleDispatchServiceImpl implements VehicleDispatchService {
kobject
.
set
(
VehicleDispatchConstant
.
CONTRACT
,
load
.
get
(
BaseConstants
.
MASTER
).
get
(
VehicleDispatchConstant
.
CONTRACT
));
kobject
.
set
(
VehicleDispatchConstant
.
CONTRACT
,
load
.
get
(
BaseConstants
.
MASTER
).
get
(
VehicleDispatchConstant
.
CONTRACT
));
kobject
.
set
(
VehicleDispatchConstant
.
DINAS_TYPE
,
load
.
get
(
VehicleDispatchConstant
.
DINAS_TYPE
));
kobject
.
set
(
VehicleDispatchConstant
.
DINAS_TYPE
,
load
.
get
(
VehicleDispatchConstant
.
DINAS_TYPE
));
kobject
.
set
(
VehicleDispatchConstant
.
STATION
,
load
.
get
(
BaseConstants
.
MASTER
).
get
(
VehicleDispatchConstant
.
STATION
));
kobject
.
set
(
VehicleDispatchConstant
.
STATION
,
load
.
get
(
BaseConstants
.
MASTER
).
get
(
VehicleDispatchConstant
.
STATION
));
kobject
.
set
(
VehicleDispatchConstant
.
PLAN_AMOUNT
,
load
.
getBigDecimal
(
"
actualSale
Amount"
));
kobject
.
set
(
VehicleDispatchConstant
.
PLAN_AMOUNT
,
load
.
getBigDecimal
(
"
salesPlan
Amount"
));
}
}
kobject
.
set
(
"dispatchStatus"
,
PriceAdjustmentAdjustmentStatusEnum
.
NOT_STARTED
.
getValue
());
kobject
.
set
(
"dispatchStatus"
,
PriceAdjustmentAdjustmentStatusEnum
.
NOT_STARTED
.
getValue
());
if
(
planningCycle
.
getDate
(
VehicleDispatchConstant
.
PLANNING_CYCLE_START_TIME
).
before
(
new
Date
())){
if
(
planningCycle
.
getDate
(
VehicleDispatchConstant
.
PLANNING_CYCLE_START_TIME
).
before
(
new
Date
())){
...
...
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