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
commit 9f067e3255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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