@@ -239,6 +239,7 @@ public class ElectricClientInfoController {
List<Sort> sortList = new ArrayList<>();
+
if (StringUtils.isNotEmpty(id)) {
searchParams.put("id","%" + id + "%");
}