|
@@ -57,7 +57,7 @@ rt.type_desc, rt.tenant_id, rt.alarm_status </sql>
|
|
and rt.device_type_id = #{deviceTypeId}
|
|
and rt.device_type_id = #{deviceTypeId}
|
|
</if>
|
|
</if>
|
|
<if test="productCategroyId != null">
|
|
<if test="productCategroyId != null">
|
|
- and rt.product_category_id = #{productCategroyId}
|
|
|
|
|
|
+ and rt.product_categroy_id = #{productCategroyId}
|
|
</if>
|
|
</if>
|
|
<if test="name != null and name != ''">
|
|
<if test="name != null and name != ''">
|
|
and rt.name like concat('%',#{name} ,'%')
|
|
and rt.name like concat('%',#{name} ,'%')
|