Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xnr-interface
Project
Project
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
heli_wms
xnr-interface
Commits
0e2f5711
Commit
0e2f5711
authored
Dec 20, 2019
by
tank.li@mushiny.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出库单下发
parent
424414ed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
pom.xml
pom.xml
+0
-0
WMSService.java
src/main/java/com/mushiny/heli/xnr/service/WMSService.java
+3
-2
No files found.
pom.xml
View file @
0e2f5711
src/main/java/com/mushiny/heli/xnr/service/WMSService.java
View file @
0e2f5711
...
...
@@ -88,7 +88,7 @@ public class WMSService {
cs
.
addKV
(
"SELECTED"
,
Boolean
.
FALSE
);
cs
.
addKV
(
"COMPLETED"
,
Boolean
.
FALSE
);
cs
.
addKV
(
"WAREHOUSE_ID"
,
CommonUtils
.
getWarehouse
(
outboundOrderDTO
.
getFACTORY
()));
cs
.
addKV
(
"
CLIENT_ID"
,
CommonUtils
.
getClient
(
outboundOrderDTO
.
getFACTORY
()));
cs
.
addKV
(
"
SECTION_ID"
,
CommonUtils
.
getSection
(
outboundOrderDTO
.
getSECTION
()));
cs
.
addKV
(
"TYPE"
,
"Customer"
);
//新增一条记录
this
.
jdbcRepository
.
insertBusinessObject
(
cs
);
...
...
@@ -117,6 +117,7 @@ public class WMSService {
csp
.
addKV
(
"SHIPMENT_ID"
,
csid
);
csp
.
addKV
(
"POSITION_NO"
,
i
+
1
);
csp
.
addKV
(
"ORDER_INDEX"
,
i
+
1
);
csp
.
addKV
(
"AMOUNT"
,
outboundOrderPosition
.
getAMOUNT
());
csp
.
addKV
(
"WAREHOUSE_ID"
,
CommonUtils
.
getWarehouse
(
outboundOrderDTO
.
getFACTORY
()));
csp
.
addKV
(
"CLIENT_ID"
,
CommonUtils
.
getClient
(
outboundOrderDTO
.
getFACTORY
()));
this
.
jdbcRepository
.
insertBusinessObject
(
csp
);
...
...
@@ -131,7 +132,7 @@ public class WMSService {
baseBpo
.
addKV
(
"SHIPMENTID"
,
outboundOrderPosition
.
getSHIPMENTID
());
baseBpo
.
addKV
(
"SHIPMENTPOSITION_ID"
,
cspId
);
baseBpo
.
addKV
(
"WAREHOUSE_ID"
,
CommonUtils
.
getWarehouse
(
outboundOrderDTO
.
getFACTORY
()));
baseBpo
.
addKV
(
"
CLIENT_ID"
,
CommonUtils
.
getClient
(
outboundOrderDTO
.
getFACTORY
()));
baseBpo
.
addKV
(
"
SECTION_ID"
,
CommonUtils
.
getSection
(
outboundOrderDTO
.
getSECTION
()));
this
.
jdbcRepository
.
insertBusinessObject
(
baseBpo
);
}
...
...
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