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
08ffcb33
Commit
08ffcb33
authored
Dec 25, 2019
by
tank.li@mushiny.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出库单下发
parent
048fa0a0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
WMSService.java
src/main/java/com/mushiny/heli/xnr/service/WMSService.java
+5
-0
No files found.
src/main/java/com/mushiny/heli/xnr/service/WMSService.java
View file @
08ffcb33
...
...
@@ -14,6 +14,7 @@ import org.springframework.beans.factory.annotation.Value;
import
org.springframework.stereotype.Service
;
import
org.springframework.transaction.annotation.Transactional
;
import
java.sql.Timestamp
;
import
java.util.*
;
/**
...
...
@@ -89,7 +90,11 @@ public class WMSService {
cs
.
addKV
(
"COMPLETED"
,
Boolean
.
FALSE
);
cs
.
addKV
(
"WAREHOUSE_ID"
,
CommonUtils
.
getWarehouse
(
outboundOrderDTO
.
getFACTORY
()));
cs
.
addKV
(
"SECTION_ID"
,
CommonUtils
.
getSection
(
outboundOrderDTO
.
getSECTION
()));
cs
.
addKV
(
"CLIENT_ID"
,
CommonUtils
.
getClient
(
outboundOrderDTO
.
getFACTORY
()));
cs
.
addKV
(
"TYPE"
,
"Customer"
);
cs
.
addKV
(
"CUSTOMER_NAME"
,
outboundOrderDTO
.
getORDERID
());
cs
.
addKV
(
"CUSTOMER_NO"
,
outboundOrderDTO
.
getORDERID
());
cs
.
addKV
(
"DELIVERY_DATE"
,
new
Timestamp
(
System
.
currentTimeMillis
()));
//新增一条记录
this
.
jdbcRepository
.
insertBusinessObject
(
cs
);
...
...
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