提交 b119b4a5 作者: 洪东保

debug

父级 46355c4e
...@@ -55,8 +55,6 @@ public class WeComServiceImpl extends ServiceImpl<WeComUserMapper, WeComUser> i ...@@ -55,8 +55,6 @@ public class WeComServiceImpl extends ServiceImpl<WeComUserMapper, WeComUser> i
private TencentMeetingService tencentMeetingService; private TencentMeetingService tencentMeetingService;
@Autowired @Autowired
private UserIdMapper userIdMapper; private UserIdMapper userIdMapper;
@Autowired
private WeComService iweConService;
@Resource @Resource
private SysUserSysMapper sysUserSyncMapper; private SysUserSysMapper sysUserSyncMapper;
@Value(value = "${permission.tenantId}") @Value(value = "${permission.tenantId}")
...@@ -162,7 +160,7 @@ public class WeComServiceImpl extends ServiceImpl<WeComUserMapper, WeComUser> i ...@@ -162,7 +160,7 @@ public class WeComServiceImpl extends ServiceImpl<WeComUserMapper, WeComUser> i
if (json.getInt("errcode") != 0) { if (json.getInt("errcode") != 0) {
log.error(string); log.error(string);
if (json.getInt("errcode") == -1) { if (json.getInt("errcode") == -1) {
iweConService.bindError(wid); this.bindError(wid);
} }
return meetingInfo; // 或者抛出异常 return meetingInfo; // 或者抛出异常
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论