zq-erp/src/main/java/com/matrix/system/hive/action/ShoppingGoodsCategoryController.java | ●●●●● patch | view | raw | blame | history |
zq-erp/src/main/java/com/matrix/system/hive/action/ShoppingGoodsCategoryController.java
@@ -122,8 +122,6 @@ // shoppingGoodsCategory.setShopId(user.getShopId()); // } // shoppingGoodsCategory.setCompanyId(user.getCompanyId()); SysShopInfo zbShop = shopInfoDao.selectZbShop(getMe().getCompanyId()); shoppingGoodsCategory.setShopId(zbShop.getId()); QueryUtil.setQueryLimitCom(shoppingGoodsCategory); return new AjaxResult(AjaxResult.STATUS_SUCCESS, goodsCategoryService.findByModel(shoppingGoodsCategory), 0); }