Commit 302fede2 authored by chenzhao's avatar chenzhao

修改代码

parent 4cfad79c
......@@ -93,7 +93,7 @@
select ${column} as text from ${tableName}
where ${column} is not null and ${column} != ''
<if test="isFx != '' and is Fx != null">
<if test="isFx != '' and isFx != null">
and TAG_CODE = '分析变量'
</if>
group by ${column};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment