|
@@ -45,6 +45,7 @@ public class GoodsProvider {
|
|
|
|
|
|
String searchKey = param.getSearchKey();
|
|
String searchKey = param.getSearchKey();
|
|
if (!StringUtils.isAllBlank(searchKey)) {
|
|
if (!StringUtils.isAllBlank(searchKey)) {
|
|
|
|
+ searchKey = RegexUtil.specificSymbol(searchKey);
|
|
searchKey = StringUtils.trim(searchKey);
|
|
searchKey = StringUtils.trim(searchKey);
|
|
sql.append(" and ( name like '%").append(searchKey).append("%' )");
|
|
sql.append(" and ( name like '%").append(searchKey).append("%' )");
|
|
}
|
|
}
|