1、bugfix

This commit is contained in:
2026-02-04 11:07:22 +08:00
parent 48712ace2c
commit df3c1dd312

View File

@@ -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}