fix: 修复API数据源状态错误

This commit is contained in:
taojinlong
2025-02-20 19:37:32 +08:00
committed by taojinlong
parent 7207c94760
commit f70b115b90
2 changed files with 7 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ package io.dataease.constant;
public enum DataSourceType {oracle(1), sqlServer(2), TiDB(3), hive(4), impala(5), mariadb(6), StarRocks(7), ds_doris(8), pg(9), mongo(10), ck(11), db2(12), redshift(13), es(14), API(15),
Excel(16), influxdb(17), sls(18), kingbase(19), mongobi(20), maxcompute(21), presto(22),
dm(23), kylin(24), folder(25), doris(26), mysql(27);
dm(23), kylin(24), folder(25), doris(26), mysql(27), APILark(28);
private final Integer flag;