like 参数%,应该怎么写,求指点
where 字段名 like '%${参数名}%'
---------
WHERE 1=1 ${IF(LEN(参数名)==0,""," AND 字段名 like '%"+参数名+"%'")}