|
@@ -138,7 +138,7 @@ public interface AlarmTsMapper extends BaseMapper<AlarmTs> {
|
|
|
"and modelId= #{modelId}",
|
|
|
"</if>",
|
|
|
"<if test='description != null'>",
|
|
|
- "and description like #{description}",
|
|
|
+ "and characteristic like #{description}",
|
|
|
"</if>",
|
|
|
"<if test='deviceid != null'>",
|
|
|
"and deviceid = #{deviceid}",
|
|
@@ -180,7 +180,7 @@ public interface AlarmTsMapper extends BaseMapper<AlarmTs> {
|
|
|
"and modelId= #{modelId}",
|
|
|
"</if>",
|
|
|
"<if test='description != null'>",
|
|
|
- "and description like #{description}",
|
|
|
+ "and characteristic like #{description}",
|
|
|
"</if>",
|
|
|
"<if test='deviceid != null'>",
|
|
|
"and deviceid = #{deviceid}",
|