Commit ac993411 by jinxin

自建应用支持更新agentId

parent fd51b9b5
......@@ -569,7 +569,7 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService {
SecretSettingDTO secretSetting = secretSettingService.getSecretSetting(wxEnterpriseId, SecretTypeEnum.SELF_APP.getVal());
if (null != secretSetting){
//更新secret表
if (null != enterpriseDTO.getAgentid()){
if (null != enterpriseDTO.getAgentId()){
secretSetting.setAgentId(enterpriseDTO.getAgentId());
}
if (null != enterpriseDTO.getAgentName()){
......
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