|
@@ -172,7 +172,7 @@ public class ExcelService {
|
|
|
|
|
|
private void checkUploadOutline(File file, List<String> errorList) {
|
|
private void checkUploadOutline(File file, List<String> errorList) {
|
|
List<HashMap<Integer, String>> excelRowList = ExcelUtil.getExcelRowList(file);
|
|
List<HashMap<Integer, String>> excelRowList = ExcelUtil.getExcelRowList(file);
|
|
- Integer colum = 0;
|
|
|
|
|
|
+ Integer colum = 1;
|
|
List<String> outlineIds = new ArrayList<>();
|
|
List<String> outlineIds = new ArrayList<>();
|
|
List<String> outlineIdsDb = new ArrayList<>();
|
|
List<String> outlineIdsDb = new ArrayList<>();
|
|
List<String> brandIds = new ArrayList<>();
|
|
List<String> brandIds = new ArrayList<>();
|
|
@@ -221,7 +221,7 @@ public class ExcelService {
|
|
|
|
|
|
private void checkUploadProduct(File file, List<String> errorList){
|
|
private void checkUploadProduct(File file, List<String> errorList){
|
|
List<HashMap<Integer, String>> excelRowList = ExcelUtil.getExcelRowList(file);
|
|
List<HashMap<Integer, String>> excelRowList = ExcelUtil.getExcelRowList(file);
|
|
- Integer colum = 0;
|
|
|
|
|
|
+ Integer colum = 1;
|
|
HashMap<String,ProductSource> productSourceHashMap = new HashMap<>();
|
|
HashMap<String,ProductSource> productSourceHashMap = new HashMap<>();
|
|
HashMap<String, List<String>> productSourceProductMap = new HashMap<>();
|
|
HashMap<String, List<String>> productSourceProductMap = new HashMap<>();
|
|
HashMap<String, List<String>> resultPMap = new HashMap<>();
|
|
HashMap<String, List<String>> resultPMap = new HashMap<>();
|
|
@@ -289,7 +289,7 @@ public class ExcelService {
|
|
}
|
|
}
|
|
private void checkHot(File file, List<String> errorList) {
|
|
private void checkHot(File file, List<String> errorList) {
|
|
List<HashMap<Integer, String>> excelRowList = ExcelUtil.getExcelRowList(file);
|
|
List<HashMap<Integer, String>> excelRowList = ExcelUtil.getExcelRowList(file);
|
|
- Integer colum = 0;
|
|
|
|
|
|
+ Integer colum = 1;
|
|
List<HotUploadTemplate> list = null;
|
|
List<HotUploadTemplate> list = null;
|
|
|
|
|
|
for (HashMap<Integer, String> map : excelRowList) {
|
|
for (HashMap<Integer, String> map : excelRowList) {
|