date_format(a.CREATE_TIME,'%Y-%m-%d %H:%i:%s') as createTime,
date_format(a.update_time,'%Y-%m-%d %H:%i:%s') as updateTime,
a.project_id as projectId
a.project_id as projectId,
(case when a.test_connect_status='01' then '未测试' when a.test_connect_status='02' then '正常' when a.test_connect_status='03' then '异常' end) testConnectStatus
from dmp_syncing_datasource a
inner join dmp_syncing_datasource_type b on a.datasource_type = b.id