Commit 1696d416 by 徐高华

test

parent 0ae6653a
...@@ -1635,7 +1635,7 @@ public class WxStaffController extends WebBaseController { ...@@ -1635,7 +1635,7 @@ public class WxStaffController extends WebBaseController {
storeDTOList = page.getResult(); storeDTOList = page.getResult();
totalCount = page.getTotalCount(); totalCount = page.getTotalCount();
} }
}if(storeIdList.get(0).contains("-1") && StringUtils.isBlank(storeWidgetId)) { }else if(storeIdList.get(0).contains("-1") && StringUtils.isBlank(storeWidgetId)) {
// 未开启分权的商户 // 未开启分权的商户
ServiceResponse<List<String>> storeResp = this.storeService.queryStoreIdByEnterprise(enterpriseId, null) ; ServiceResponse<List<String>> storeResp = this.storeService.queryStoreIdByEnterprise(enterpriseId, null) ;
if(storeResp.isSuccess()) { if(storeResp.isSuccess()) {
......
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