You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/02/08 07:33:04 UTC

[dolphinscheduler] branch dev updated: fix this issue (#8306)

This is an automated email from the ASF dual-hosted git repository.

kerwin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5f25d31  fix this issue (#8306)
5f25d31 is described below

commit 5f25d31a26855024d6765d91cb64e6e320cb47c2
Author: calvin <ji...@163.com>
AuthorDate: Tue Feb 8 15:32:58 2022 +0800

    fix this issue (#8306)
---
 .../org/apache/dolphinscheduler/dao/mapper/DqRuleInputEntryMapper.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DqRuleInputEntryMapper.xml b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DqRuleInputEntryMapper.xml
index 9da5e76..b898e01 100644
--- a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DqRuleInputEntryMapper.xml
+++ b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DqRuleInputEntryMapper.xml
@@ -22,10 +22,10 @@
     <select id="getRuleInputEntryList" resultType="org.apache.dolphinscheduler.dao.entity.DqRuleInputEntry">
         SELECT a.id,
                a.field,
-               a.`type`,
+               a.type,
                a.title,
                a.value,
-               a.`options`,
+               a.options,
                a.placeholder,
                a.option_source_type,
                a.value_type,