|
|
|
@ -176,7 +176,7 @@
|
|
|
|
|
from asset_task
|
|
|
|
|
<where>
|
|
|
|
|
<if test="req.taskName != null and req.taskName != ''">
|
|
|
|
|
and task_name = #{req.taskName}
|
|
|
|
|
and task_name like concat('%',#{req.taskName},'%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="req.dwmc != null and req.dwmc != ''">
|
|
|
|
|
and dwmc like concat('%',#{req.dwmc},'%')
|
|
|
|
|