|
@@ -1435,7 +1435,7 @@
|
|
|
and t.id LIKE CONCAT('%',#{taskId},'%')
|
|
|
</if>
|
|
|
<if test="taskTypeId != '' and taskTypeId != null">
|
|
|
- and t.task_type_id LIKE CONCAT('%',#{taskTypeId},'%')
|
|
|
+ and t.task_type_id = #{taskTypeId}
|
|
|
</if>
|
|
|
<if test="taskNumber != '' and taskNumber != null">
|
|
|
and t.task_number LIKE CONCAT('%',#{taskNumber},'%')
|