|
@@ -31,8 +31,9 @@ public class BaseSapImportController {
|
|
|
@Autowired
|
|
|
private BaseSapOrganizationService baseSapOrganizationService;
|
|
|
|
|
|
- @Autowired
|
|
|
- private BaseSapSkuService baseSapSkuService;
|
|
|
+ //603版 已作废
|
|
|
+ /*@Autowired
|
|
|
+ private BaseSapSkuService baseSapSkuService;*/
|
|
|
|
|
|
@Autowired
|
|
|
private BaseSapBrandService baseSapBrandService;
|
|
@@ -49,7 +50,8 @@ public class BaseSapImportController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @ApiOperation("批量导入SKU数据")
|
|
|
+ //603版 已作废
|
|
|
+ /*@ApiOperation("批量导入SKU数据")
|
|
|
@PostMapping("batchImportSku")
|
|
|
@PassToken
|
|
|
public BaseResponse batchImportSku(@RequestBody BatchImportSkuReq batchImportSkuReq) {
|
|
@@ -57,7 +59,7 @@ public class BaseSapImportController {
|
|
|
baseSapSkuService.batchImportSku(batchImportSkuReq);
|
|
|
//包装出参
|
|
|
return BaseResponse.create();
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
@ApiOperation("批量导入品牌数据")
|
|
|
@PostMapping("batchImportBrand")
|