fix this issue (#8306)

This commit is contained in:
calvin 2022-02-08 15:32:58 +08:00 committed by GitHub
parent f93dceaf9b
commit 5f25d31a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,