Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
2018-10-20 14:32:09 +0800
Commit
f7ce824a2275b9d477fefdb41e60a2ed6bb2c372
1 parent
120856ff
批量导入商品接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
product/src/main/java/com/yoho/ufo/service/impl/ProductServiceImpl.java
product/src/main/java/com/yoho/ufo/service/impl/ProductServiceImpl.java
View file @
f7ce824
...
...
@@ -663,6 +663,8 @@ public static void main(String[] args) {
}
bo1
.
setSeriesId
(
stringIntegerMap1
.
get
(
bo
.
getSeriesName
().
trim
()));
}
else
{
bo1
.
setSeriesId
(
0
);
}
List
<
Integer
>
sizeIdList
=
new
ArrayList
<>();
...
...
Please
register
or
login
to post a comment