Commit f40c0d39 by 徐高华

微信

parent 27eb9146
......@@ -177,7 +177,7 @@ public class WxEnterpriseController extends WebBaseController {
}
String corpid = Arrays.asList(wxDTO.getWxCorpid(),wxDTO.getOpenCorpid()).stream().filter(str -> StringUtils.isNotBlank(str)).collect(Collectors.joining("/")) ;
wxEnterpriseApiService.update(wxDTO);
wxDTO.setCorpid(corpid);
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