取消继电器不可重复限制

This commit is contained in:
zy 2026-05-22 14:06:51 +08:00
parent 128a476091
commit d954bdb031
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@
<select id="getRelayByGroup" resultMap="relayMap"> <select id="getRelayByGroup" resultMap="relayMap">
select <include refid="baseSql"/> select <include refid="baseSql"/>
from surv_device_deploy_relaygroup from surv_device_deploy_relaygroup
where DEPLOY_ID = #{deployId} order by SORT_NO,CREATE_TIME desc where DEPLOY_ID = #{deployId} AND IS_ENABLE = 1 order by SORT_NO,CREATE_TIME desc
</select> </select>
</mapper> </mapper>