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
fdcca244
Commit
fdcca244
authored
Jan 05, 2019
by
季圣华
Browse files
增加供应商的导入功能(完善)
parent
74fc3875
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/controller/SupplierController.java
View file @
fdcca244
...
...
@@ -408,8 +408,8 @@ public class SupplierController {
s
.
setAccountnumber
(
ExcelUtils
.
getContent
(
src
,
i
,
14
));
s
.
setTaxrate
(
parseDoubleEx
(
ExcelUtils
.
getContent
(
src
,
i
,
15
)));
String
enabled
=
ExcelUtils
.
getContent
(
src
,
i
,
16
);
s
.
setIsystem
(
Byte
.
parseByte
(
"1"
));
s
.
setEnabled
(
enabled
.
equals
(
"启用"
)?
true
:
false
);
s
.
setIsystem
(
Byte
.
parseByte
(
"1"
));
sList
.
add
(
s
);
}
info
=
supplierService
.
importExcel
(
sList
);
...
...
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