Commit 2dfff40a by 墨竹

fix:授权类型修改

parent 053877bb
......@@ -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