空气报错bug
This commit is contained in:
parent
cda4991428
commit
7da7e82fbf
|
|
@ -30,6 +30,6 @@
|
|||
<select id="getRelayByGroup" resultMap="relayMap">
|
||||
select <include refid="baseSql"/>
|
||||
from surv_device_deploy_relaygroup
|
||||
where DEPLOY_ID = #{deployId} AND IS_ENABLE = 1 order by SORT_NO,CREATE_TIME desc
|
||||
where DEPLOY_ID = #{deployId} AND IS_ENABLE = 1 AND IS_DEL = 0 order by SORT_NO,CREATE_TIME desc
|
||||
</select>
|
||||
</mapper>
|
||||
Loading…
Reference in New Issue