Commit 2df022b1 by guojuxing

商品前置资源改成应用

parent e988d16b
...@@ -85,7 +85,7 @@ public class EnterpriseController { ...@@ -85,7 +85,7 @@ public class EnterpriseController {
public RestResponse getEnterpriseInfo() { public RestResponse getEnterpriseInfo() {
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId(); Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
//商品资源获取接口调整 //商品资源获取接口调整
ServiceResponse<MenuDTO> goods = menuApiService.getMenuByMenuCode(AppMenuCodeConstants.GOODS); ServiceResponse<MenuDTO> goods = menuApiService.getHasBuyAppByMenuCode(AppMenuCodeConstants.GOODS_APP, enterpriseId);
boolean hasGoodsAuth = false; boolean hasGoodsAuth = false;
if (goods.isSuccess()) { if (goods.isSuccess()) {
hasGoodsAuth = true; hasGoodsAuth = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment