From 18b324e4d578b76376f6f09fbca6961430f88700 Mon Sep 17 00:00:00 2001 From: wind Date: Thu, 21 Oct 2021 11:25:26 +0800 Subject: [PATCH] fix sql exception in pgsql (#6576) Co-authored-by: caishunfeng <534328519@qq.com> --- .../dolphinscheduler/dao/mapper/WorkFlowLineageMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/WorkFlowLineageMapper.xml b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/WorkFlowLineageMapper.xml index 638ac5d481..2d94b04c9f 100644 --- a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/WorkFlowLineageMapper.xml +++ b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/WorkFlowLineageMapper.xml @@ -31,7 +31,7 @@ select tepd.code as work_flow_code,tepd.name as work_flow_name, - "" as source_work_flow_code, + '' as source_work_flow_code, tepd.release_state as work_flow_publish_status, tes.start_time as schedule_start_time, tes.end_time as schedule_end_time,