Helius
2020-12-23 f2b2542fcdef43d06999982fe7a85c91dd70c060
zq-erp/src/main/java/com/matrix/system/app/action/ApiOrderAction.java
@@ -44,7 +44,6 @@
        ShoppingGoodsCategory category = new ShoppingGoodsCategory();
        category.setShopId(user.getShopId());
        category.setName("家居产品");
        return AjaxResult.buildSuccessInstance(shoppingGoodsCategoryService.findChildNodesByName(category));
    }