Commit a99947eb by 王祖波

Merge branch 'feature-game2' into 'master'

判空

See merge request !1291
parents eb7673c9 aeb6360a
......@@ -73,6 +73,9 @@ public class SecretSettingServiceImpl implements SecretSettingService {
return null;
}
WxEnterpriseQwDTO qwDTO = this.wxEnterpriseService.getQwInfo(wxEnterpriseId) ;
if (qwDTO == null) {
return null;
}
// 如果是纯自建,使用自建的token
if(qwDTO.isSelf()) {
secretType = SecretTypeEnum.SELF_APP.getVal() ;
......
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