Merge pull request #6825 from dataease/pr@dev-v2@fix_authentication_status

fix: 查询第三方平台状态错误
This commit is contained in:
fit2cloud-chenyw
2023-11-23 20:44:56 +08:00
committed by GitHub

View File

@@ -15,5 +15,5 @@ public class LarkInfoVO implements Serializable {
private String callBack;
private Boolean enable;
private Boolean enable = false;
}