Commit 3aaf75ea by 墨竹

fix:门店筛选器权限去除当前好办企业交集

parent b91fbd7d
......@@ -1352,10 +1352,8 @@ public class StaffApiServiceImpl implements StaffApiService {
}
@Override
public List<String> getHaoBanStoreRolesByStoreWidgetId(String storeWidgetId, String wxEnterpriseId, String enterpriseId) {
List<String> enterpriseIdStoreIds = storeRangeService.listStoreIdByWxEnterpriseId(wxEnterpriseId, enterpriseId);
List<String> storeWidgetIdStoreIds = getStoreWidgetIdStoreIds(storeWidgetId, enterpriseId);
return RolesListUtils.mergeList(enterpriseIdStoreIds, storeWidgetIdStoreIds);
public List<String> getHaoBanStoreRolesByStoreWidgetId(String storeWidgetId,String wxEnterpriseId, String enterpriseId) {
return getStoreWidgetIdStoreIds(storeWidgetId, enterpriseId);
}
@Override
......
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