sql += " and a.f_fullName like N'%'+@fullName+'%'";

 

SqlParameter 参数化模糊查询

 

相关文章: