问答查询 查询条件
This commit is contained in:
+3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user