Commit 0aa4f720 by 徐高华

查询关联企业

parent 93da905b
......@@ -45,6 +45,7 @@ import com.gic.haoban.common.anno.IgnoreLogin;
import com.gic.haoban.common.utils.EntityUtil;
import com.gic.haoban.common.utils.HaobanResponse;
import com.gic.haoban.manage.api.dto.ClerkMainStoreRelatedDTO;
import com.gic.haoban.manage.api.dto.EnterpriseDetailDTO;
import com.gic.haoban.manage.api.dto.ExternalClerkRelatedDTO;
import com.gic.haoban.manage.api.dto.ExternalUserDTO;
import com.gic.haoban.manage.api.dto.MemberStoreDTO;
......@@ -157,7 +158,7 @@ public class WxEnterpriseInfoController extends WebBaseController {
testFlag = true ;
}
if(!testFlag) {
List<WxEnterpriseDTO> relationList = wxEnterpriseRelatedApiService.listWxEnterpriseByEid(wxEnterprise.getWxEnterpriseId());
List<EnterpriseDetailDTO> relationList = wxEnterpriseRelatedApiService.listEnterpriseByWxEnterpriseId(wxEnterprise.getWxEnterpriseId());
if(CollectionUtils.isEmpty(relationList)) {
logger.info("企业未关联gic商户,corpid={}",corpId);
testFlag = true ;
......
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