Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
14981119
Commit
14981119
authored
Jun 24, 2021
by
季圣华
Browse files
出入库明细中时间戳格式优化
parent
b08b5545
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/controller/DepotItemController.java
View file @
14981119
...
...
@@ -87,7 +87,7 @@ public class DepotItemController {
}
item
.
put
(
"depotName"
,
d
.
getDepotName
());
//仓库名称
item
.
put
(
"basicNumber"
,
d
.
getBnum
());
//数量
item
.
put
(
"operTime"
,
d
.
getOt
ime
(
)
.
get
T
ime
());
//时间
item
.
put
(
"operTime"
,
Tools
.
getCenternT
ime
(
d
.
get
Ot
ime
())
)
;
//时间
dataArray
.
add
(
item
);
}
}
...
...
Write
Preview
Supports
Markdown
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