|
@@ -177,10 +177,8 @@ public class DingServiceImpl implements DingService {
|
|
|
// 表示企业解除授权
|
|
|
case "org_suite_relieve":
|
|
|
|
|
|
- JSONObject authCorpInfo = bizData.getJSONObject("auth_corp_info");
|
|
|
-
|
|
|
// 企业id
|
|
|
- String corpid = authCorpInfo.getString("corpid");
|
|
|
+ String corpid = bizData.getString("corp_id");
|
|
|
|
|
|
// 禁用租户
|
|
|
tenantInfoService.update(Wrappers.<TenantInfo>lambdaUpdate()
|