|
@@ -149,7 +149,7 @@ public class DeviceAlarmTaskExecutorProvider implements TaskExecutorProvider {
|
|
if ((property.getProperty().startsWith("'") && property.getProperty().endsWith("'"))
|
|
if ((property.getProperty().startsWith("'") && property.getProperty().endsWith("'"))
|
|
||
|
|
||
|
|
property.getProperty().contains("(") || property.getProperty().contains("[")) {
|
|
property.getProperty().contains("(") || property.getProperty().contains("[")) {
|
|
- newColumns.add(property.getProperty() + "\"" + alias + "\"");
|
|
|
|
|
|
+ newColumns.add(property.getProperty() + " \"" + alias + "\"");
|
|
} else {
|
|
} else {
|
|
newColumns.add("this['" + property.getProperty() + "'] \"" + alias + "\"");
|
|
newColumns.add("this['" + property.getProperty() + "'] \"" + alias + "\"");
|
|
}
|
|
}
|