组态物联 设备关联生产线
This commit is contained in:
@@ -56,11 +56,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
|
|
||||||
<select id="deviceList" resultType="iot.lidee.iot.domain.Device">
|
<select id="deviceList" resultType="iot.lidee.iot.domain.Device">
|
||||||
SELECT
|
SELECT
|
||||||
*
|
w.*
|
||||||
FROM
|
FROM
|
||||||
iot_device w
|
iot_device w
|
||||||
|
LEFT JOIN
|
||||||
|
iot_device_group g ON g.device_id = w.device_id
|
||||||
WHERE
|
WHERE
|
||||||
w.del_flag = 0
|
w.del_flag = 0 AND g.group_id = #{devtype}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user