|
@@ -82,7 +82,7 @@ public class AlarmHistoryService {
|
|
|
//
|
|
|
if(StringUtils.notEmp(description) )
|
|
|
{
|
|
|
- descriptionSql.append(" %").append(description).append("%");
|
|
|
+ descriptionSql.append("%").append(description).append("%");
|
|
|
description=String.valueOf(descriptionSql);
|
|
|
}
|
|
|
if(StringUtils.empty(deviceid) )
|