Commit 55971cbf by 徐高华

返回corpid

parent f40c0d39
......@@ -175,8 +175,8 @@ public class WxEnterpriseController extends WebBaseController {
if (contactFlag == 0) {
wxDTO.setContactFlag(1);
}
String corpid = Arrays.asList(wxDTO.getWxCorpid(),wxDTO.getOpenCorpid()).stream().filter(str -> StringUtils.isNotBlank(str)).collect(Collectors.joining("/")) ;
wxEnterpriseApiService.update(wxDTO);
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