问答查询 查询条件

This commit is contained in:
yuezhihang
2022-07-13 11:24:24 +08:00
parent d8601d85cb
commit 91c24401f2
@@ -27,6 +27,9 @@
<if test="flieM.treeId != null and flieM.treeId != ''">
and zd.id=#{flieM.treeId}
</if>
<if test="flieM.id != null and flieM.id != ''">
and fm.id=#{flieM.id}
</if>
<if test="flieM.dataType != null and flieM.dataType != ''">
AND fm.data_type like concat('%',#{flieM.dataType},'%')
</if>