Commit bf948831 by 徐高华

返回corpid

parent 55971cbf
......@@ -145,6 +145,8 @@ public class WxEnterpriseController extends WebBaseController {
}
wxEnterpriseDTO.setSmallVersion("免费版");
wxEnterpriseDTO.setStoreTotal(departmentApiService.totalStoreCountByEnterpriseId(wxEnterpriseId));
String corpid = Arrays.asList(wxEnterpriseDTO.getWxCorpid(),wxEnterpriseDTO.getOpenCorpid()).stream().filter(str -> StringUtils.isNotBlank(str)).collect(Collectors.joining("/")) ;
wxEnterpriseDTO.setCorpid(corpid);
return resultResponse(HaoBanErrCode.ERR_1, wxEnterpriseDTO);
}
......
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