Commit 19ec2e27 by 墨竹

Merge branch 'master' into developer

parents 8873527a 2dfff40a
......@@ -98,7 +98,7 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService {
wxApplicationService.update(tab);
}
//企业代开发Secret = permanentCode
if (isCustomizedApp == 1) {
if (isCustomizedApp != null && isCustomizedApp == 1) {
SecretSettingDTO secretSetting = secretSettingService.getSecretSetting(wxEnterpriseId, SecretTypeEnum.CUSTOMIZED_APP.getVal());
if (secretSetting == null) {
secretSetting = new SecretSettingDTO();
......
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