处理BUG
This commit is contained in:
parent
de03edfa50
commit
79086df612
@ -152,7 +152,7 @@
|
|||||||
dt${field.dictionaryIndex}.dictionary_id = t1.${field.underLineFieldName}
|
dt${field.dictionaryIndex}.dictionary_id = t1.${field.underLineFieldName}
|
||||||
AND
|
AND
|
||||||
dt${field.dictionaryIndex}.is_delete = 0
|
dt${field.dictionaryIndex}.is_delete = 0
|
||||||
<#if field.fieldType == "checkbox">
|
<#elseif field.fieldType == "checkbox">
|
||||||
LEFT JOIN
|
LEFT JOIN
|
||||||
data_dictionary dt${field.dictionaryIndex}
|
data_dictionary dt${field.dictionaryIndex}
|
||||||
ON
|
ON
|
||||||
|
Loading…
Reference in New Issue
Block a user