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
6465b966
Commit
6465b966
authored
Jan 02, 2020
by
季圣华
Browse files
解决统计报表数量和金额的bug
parent
55cd8f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/service/depotItem/DepotItemService.java
View file @
6465b966
...
...
@@ -38,7 +38,7 @@ public class DepotItemService {
private
Logger
logger
=
LoggerFactory
.
getLogger
(
DepotItemService
.
class
);
private
final
static
String
TYPE
=
"入库"
;
private
final
static
String
SUM_TYPE
=
"
N
umber"
;
private
final
static
String
SUM_TYPE
=
"
n
umber"
;
private
final
static
String
IN
=
"in"
;
private
final
static
String
OUT
=
"out"
;
...
...
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