You've already forked FrameTour-BE
人脸检测逻辑
This commit is contained in:
@ -53,4 +53,9 @@
|
||||
left join scenic s on d.scenic_id = s.id
|
||||
where d.id = #{id}
|
||||
</select>
|
||||
<select id="listByScenicId" resultType="com.ycwl.basic.model.pc.device.resp.DeviceRespVO">
|
||||
select d.id, d.name, no, d.status, create_at, d.update_at
|
||||
from device d
|
||||
where d.scenic_id = #{scenicId}
|
||||
</select>
|
||||
</mapper>
|
Reference in New Issue
Block a user