Browse Source

投标直通车

master
陈裕财 3 years ago
parent
commit
8ec4728a45
  1. 2
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskMapper.xml

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

@ -41,7 +41,7 @@
<if test=" actEndTimeStart !=null "> and res.act_end_time &gt; #{actEndTimeStart} </if>
<if test=" actEndTimeEnd !=null "> and res.act_end_time &lt; #{actEndTimeEnd} </if>
<if test=" startBudgetAt !=null "> and res.budget_at &gt;= #{startBudgetAt} </if>
<if test=" endBudgetAt !=null "> and res.budget_at &lt; #{endBudgetAt} </if>
<if test=" endBudgetAt !=null "> and res.budget_at &lt;= #{endBudgetAt} </if>
<if test="parent != null and parent != ''"> and (res.parent_taskid = '' or res.parent_taskid IS NULL)</if>
<if test="pidPathsLike">
and res.pid_paths like concat(#{pidPathsLike},'%')

Loading…
Cancel
Save