Commit f752d0b8 by 徐高华

api

parent b4bd2720
......@@ -152,5 +152,7 @@ public interface WxEnterpriseRelatedApiService {
* @return
*/
public boolean checkIsGeneral(String wxEnterpriseId, String enterpriseId);
public List<StoreOrGroupInfoDTO> queryBindStoreRange(String enterpriseId, String wxEnterpriseId);
}
......@@ -658,4 +658,9 @@ public class WxEnterpriseRelatedApiServiceImpl implements WxEnterpriseRelatedApi
//return enterpriseRelated.getWxEnterpriseType() == 0;
return true;
}
@Override
public List<StoreOrGroupInfoDTO> queryBindStoreRange(String enterpriseId, String wxEnterpriseId) {
return this.storeRangeService.queryBindStoreRange(enterpriseId, wxEnterpriseId);
}
}
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