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 71181201..b0e736d9 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)