k94314517
2023-09-21 fd10524313fa9178c4897ee955e58647d02f8dc9
server/company/src/main/java/com/doumee/api/business/GoodsController.java
@@ -68,7 +68,7 @@
    public ApiResponse createPlat(@RequestBody GoodCreatePlatRequest param) {
        goodsService.openSyncSwitch();
        goodsService.createPlat(param);
        cateParamSelectService.dealCateParamSelect();
//        cateParamSelectService.dealCateParamSelect();
        return ApiResponse.success("同步操作成功,请稍后刷新查看商品同步信息");
    }
@@ -162,7 +162,6 @@
    public ApiResponse<String> batchUpdateDisableById(@RequestBody BatchDisableDTO batchDisableDTO) {
        return ApiResponse.success(goodsService.batchUpdateDisableById(batchDisableDTO));
    }
    @ApiOperation("列表 - H5")
    @PostMapping("/list")