|
|
|
@@ -99,7 +99,7 @@ public class WxAuthorizerInfoServiceImpl implements WxAuthorizerInfoService { |
|
|
|
record.setUpdateTime(curDate); |
|
|
|
// 授权表 添加 |
|
|
|
authorizerInfoMapper.insertSelective(record); |
|
|
|
if(appinfo.getType() != null) { |
|
|
|
if(appinfo != null && appinfo.getType() != null) { |
|
|
|
if (appinfo.getType().equals(EnumAppType.C.getCode()) || |
|
|
|
appinfo.getType().equals(EnumAppType.B.getCode())) { |
|
|
|
// C/B 扩展配置表添加 |
|
|
|
|