|
|
@ -207,7 +207,7 @@ public class BasicdataFactoryCategoryImporter implements ExcelImporter<Basicdata |
|
|
|
|
|
|
|
|
|
|
|
if(CollUtil.isNotEmpty(newMainCategoryEntities)){ |
|
|
|
if(CollUtil.isNotEmpty(newMainCategoryEntities)){ |
|
|
|
|
|
|
|
|
|
|
|
basicdataMainCategoryService.saveBatch(newMainCategoryEntities); |
|
|
|
basicdataMainCategoryService.saveOrUpdateBatch(newMainCategoryEntities); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|