liurunyu
6 天以前 83d9b0de6d127cf0f2822c51139fa4e15a3326e7
pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerMapper.xml
@@ -298,4 +298,9 @@
    </where>
    LIMIT 0,1
  </select>
  <!--不分页获取全部未删除的阀控器列表-->
  <select id="getSimpleControllers" resultType="com.dy.pipIrrGlobal.voPr.VoControllerSimple">
    SELECT id AS controllerId, rtuAddr FROM pr_controller WHERE deleted = 0
  </select>
</mapper>