Commit f8338a2c by jinxin

Merge branch 'feature/五月二期' into developer

parents 0af23a6a 4feb6cc3
......@@ -536,7 +536,10 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService {
}
//默认是自建应用
enterpriseDTO.setWxSecurityType(5);
wxEnterpriseService.add(enterpriseDTO);
String wxEnterpriseId = wxEnterpriseService.add(enterpriseDTO);
//同步更新
Date now = new Date();
haobanWxEnterpriseApiService.saveOrUpdate(wxEnterpriseId,enterpriseDTO.getCorpName(),enterpriseDTO.getCorpSquareLogoUrl(),1,now,now);
}else {
if(null != wxEnterpriseDTO && (!enterpriseDTO.getWxEnterpriseId().equals(wxEnterpriseDTO.getWxEnterpriseId()))){
return ServiceResponse.failure("-9999","自建小程序的appid存在重复!");
......
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