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
75bf8743
Commit
75bf8743
authored
Dec 25, 2019
by
tank.li@mushiny.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出库单下发
parent
08ffcb33
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
WMSService.java
src/main/java/com/mushiny/heli/xnr/service/WMSService.java
+1
-0
No files found.
src/main/java/com/mushiny/heli/xnr/service/WMSService.java
View file @
75bf8743
...
@@ -95,6 +95,7 @@ public class WMSService {
...
@@ -95,6 +95,7 @@ public class WMSService {
cs
.
addKV
(
"CUSTOMER_NAME"
,
outboundOrderDTO
.
getORDERID
());
cs
.
addKV
(
"CUSTOMER_NAME"
,
outboundOrderDTO
.
getORDERID
());
cs
.
addKV
(
"CUSTOMER_NO"
,
outboundOrderDTO
.
getORDERID
());
cs
.
addKV
(
"CUSTOMER_NO"
,
outboundOrderDTO
.
getORDERID
());
cs
.
addKV
(
"DELIVERY_DATE"
,
new
Timestamp
(
System
.
currentTimeMillis
()));
cs
.
addKV
(
"DELIVERY_DATE"
,
new
Timestamp
(
System
.
currentTimeMillis
()));
cs
.
addKV
(
"SORT_CODE"
,
"小内燃"
);
//新增一条记录
//新增一条记录
this
.
jdbcRepository
.
insertBusinessObject
(
cs
);
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