Commit bcf15b41 by 墨竹

fix:兼容好办助手和代开发

parent eb3c92a9
......@@ -73,6 +73,8 @@ public class SecretSettingServiceImpl implements SecretSettingService {
if (secretSetting == null) {
secretSettingMapper.getSecretSetting(wxEnterpriseId, SecretTypeEnum.CUSTOMIZED_APP.getVal(), null);
}
} else {
secretSetting = secretSettingMapper.getSecretSetting(wxEnterpriseId, secretType, null);
}
return EntityUtil.changeEntityByJSON(SecretSettingDTO.class, secretSetting);
}
......
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