From 4015448441398edb35d8a9c89257a64f324690d5 Mon Sep 17 00:00:00 2001 From: DingPengfei Date: Wed, 17 Nov 2021 15:03:53 +0800 Subject: [PATCH] fix bug of extra 'and' in ResourceMapper.xml (#6876) Co-authored-by: ding --- .../org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml index 7a8b043c09..3d93c7ce2a 100644 --- a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml +++ b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml @@ -63,7 +63,7 @@ and ( - and d.id in + d.id in #{i}