|
|
<if test="key != null and key !='' "> and (res.task_name like concat('%',#{key},'%') or res.username like concat('%',#{key},'%') ) </if> |
|
|
<if test="key != null and key !='' "> and (res.task_name like concat('%',#{key},'%') or res.username like concat('%',#{key},'%') ) </if> |