提交权限修改
This commit is contained in:
@@ -221,4 +221,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</foreach>
|
||||
</delete>
|
||||
|
||||
<select id="selectSceneByAlert" resultType="Long">
|
||||
select scene_id
|
||||
from iot_alert_scene
|
||||
where alert_id in
|
||||
<foreach item="alertId" collection="array" open="(" separator="," close=")">
|
||||
#{alertId}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user