Commit b7a02af6 by qwmqiuwenmin

fix

parent 3fd2f735
......@@ -9,5 +9,5 @@ public interface WxEnterpriseRelatedApiService {
void wxEnterpriseBind(String enterpriseId,String wxEnterpriseId,String version);
String getByGicEnterpriseIdByEnterpriseRelatedId(String wxEnterpriseRelatedId);
String getGicEnterpriseIdByEnterpriseRelatedId(String wxEnterpriseRelatedId);
}
......@@ -51,7 +51,7 @@ public class WxEnterpriseRelatedApiServiceImpl implements WxEnterpriseRelatedApi
}
}
@Override
public String getByGicEnterpriseIdByEnterpriseRelatedId(String wxEnterpriseRelatedId) {
public String getGicEnterpriseIdByEnterpriseRelatedId(String wxEnterpriseRelatedId) {
TabHaobanWxEnterpriseRelated tab = wxEnterpriseRelatedService.getByGicEnterpriseIdByEnterpriseRelatedId(wxEnterpriseRelatedId);
if(tab != null) {
return tab.getEnterpriseId();
......
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