Commit 443db222 authored by litengwei's avatar litengwei

任务 14551

parent beb2d052
......@@ -47,7 +47,7 @@ public interface IotFeign {
@RequestHeader("token") String token,
@RequestParam(value = "top") String top,
@RequestParam(value = "productKey") String productKey,
@RequestParam(value = "deviceName") String deviceName,
@RequestParam( required = false, value = "deviceName") String deviceName,
@RequestParam("FHS_PressurePump_Start") String key,
@RequestParam(required = false, value = "fieldKey") String fieldKey);
......
......@@ -886,7 +886,7 @@
LEFT JOIN p_point_inputitem ppi ON ppi.id = prpi.point_input_item_id
LEFT JOIN p_input_item pii ON pii.id = ppi.input_item_id
<where>
!FIND_IN_SET(pii.id, IFNULL(prp.exclude_items,0))
!FIND_IN_SET(ppi.id, IFNULL(prp.exclude_items,0))
<if test="routeId != null">and prp.route_id = #{routeId}</if>
<if test="pointId != null">and prp.point_id = #{pointId}</if>
</where>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment