Commit 2a5fd338 by 陶光胜

小程序二维码修改

parent 3f37c55e
...@@ -419,7 +419,7 @@ public class IndexModuleController { ...@@ -419,7 +419,7 @@ public class IndexModuleController {
if (UserDetailUtils.getUserDetail().getUserResourceInfo().getStoreResource() == null) { if (UserDetailUtils.getUserDetail().getUserResourceInfo().getStoreResource() == null) {
authStoreIdList.add(-1); authStoreIdList.add(-1);
} else { } else {
ServiceResponse<List<Integer>> authResponse = this.storeWidgetApiService.listStoreIdByStoreWidgetId(enterpriseId, UserDetailUtils.getUserDetail().getUserResourceInfo().getStoreResource().intValue()); ServiceResponse<List<Integer>> authResponse = this.storeWidgetApiService.listStoreInfoIdByStoreWidgetId(enterpriseId, UserDetailUtils.getUserDetail().getUserResourceInfo().getStoreResource().intValue());
if(authResponse.isSuccess()){ if(authResponse.isSuccess()){
authStoreIdList = authResponse.getResult(); authStoreIdList = authResponse.getResult();
} }
......
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