|
@@ -90,7 +90,7 @@ public class AlarmRecordServiceImpl extends BaseServiceImpl<BaseMapper<AlarmReco
|
|
|
}else {
|
|
|
param.add(entry.getValue());
|
|
|
}
|
|
|
- String strArray =CharSequenceUtil.join(" \",\"", param);
|
|
|
+ String strArray =CharSequenceUtil.join("\",\"", param);
|
|
|
queryWrapper.apply("JSON_CONTAINS( JSON_ARRAY(\""+strArray+"\"), JSON_ARRAY(supplement->'$."+entry.getKey()+"'))") ;
|
|
|
}
|
|
|
}
|