空气报错bug

This commit is contained in:
zhangyue 2026-08-13 11:28:24 +08:00
parent cda4991428
commit 7da7e82fbf
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} 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> </select>
</mapper> </mapper>