Browse Source

添加节点类型、标签等

master
陈裕财 4 years ago
parent
commit
c57750b7d3
  1. 1
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskMapper.xml

1
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskMapper.xml

@ -23,7 +23,6 @@
</if> </if>
<if test=" createTimeStart !=null "> and res.create_time &gt; #{createTimeStart} </if> <if test=" createTimeStart !=null "> and res.create_time &gt; #{createTimeStart} </if>
<if test=" createTimeEnd !=null "> and res.create_time &lt; #{createTimeEnd} </if> <if test=" createTimeEnd !=null "> and res.create_time &lt; #{createTimeEnd} </if>
<include refid="where"/>
<if test="parent != null and parent != ''"> and (res.parent_taskid = '' or res.parent_taskid IS NULL)</if> <if test="parent != null and parent != ''"> and (res.parent_taskid = '' or res.parent_taskid IS NULL)</if>
<!-- 我参与的--> <!-- 我参与的-->

Loading…
Cancel
Save