1、bugfix
This commit is contained in:
@@ -493,8 +493,8 @@
|
||||
and demand_id = #{req.demandId}
|
||||
</if>
|
||||
<if test="req.taskName != null and req.taskName != ''">
|
||||
<bind name="searchKey" value="'%' + req.taskName + '%'"/>
|
||||
and task_name like #{searchKey}
|
||||
<bind name="searchKey1" value="'%' + req.taskName + '%'"/>
|
||||
and task_name like #{searchKey1}
|
||||
</if>
|
||||
<if test="req.progress != null and req.progress != ''">
|
||||
and progress = #{req.progress}
|
||||
@@ -610,8 +610,8 @@
|
||||
and demand_id = #{req.demandId}
|
||||
</if>
|
||||
<if test="req.taskName != null and req.taskName != ''">
|
||||
<bind name="searchKey" value="'%' + req.taskName + '%'"/>
|
||||
and task_name like #{searchKey}
|
||||
<bind name="searchKey2" value="'%' + req.taskName + '%'"/>
|
||||
and task_name like #{searchKey2}
|
||||
</if>
|
||||
<if test="req.progress != null and req.progress != ''">
|
||||
and progress = #{req.progress}
|
||||
|
||||
Reference in New Issue
Block a user