diff --git a/ruoyi-generator/src/main/resources/vm/html/list-tree.html.vm b/ruoyi-generator/src/main/resources/vm/html/list-tree.html.vm index 711812017..b0e736d9f 100644 --- a/ruoyi-generator/src/main/resources/vm/html/list-tree.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/list-tree.html.vm @@ -25,7 +25,7 @@ -#elseif($column.htmlType == "select" || $column.htmlType == "radio" && "" != $dictType) +#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && "" != $dictType)
  • -#elseif($column.htmlType == "select" || $column.htmlType == "radio" && $dictType) +#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && $dictType)
  • #elseif($column.htmlType == "datetime") diff --git a/ruoyi-generator/src/main/resources/vm/html/list.html.vm b/ruoyi-generator/src/main/resources/vm/html/list.html.vm index 6528a9291..692cb38bf 100644 --- a/ruoyi-generator/src/main/resources/vm/html/list.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/list.html.vm @@ -25,7 +25,7 @@ -#elseif($column.htmlType == "select" || $column.htmlType == "radio" && "" != $dictType) +#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && "" != $dictType)
  • -#elseif($column.htmlType == "select" || $column.htmlType == "radio" && $dictType) +#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && $dictType)
  • #elseif($column.htmlType == "datetime")