src/main/java/com/whyc/mapper/LockInfMapper.java
@@ -15,6 +15,11 @@ //查看区域下所有的锁 List<LockInf> selectAllLockById(@Param("areaList") List<Integer> areaList); //根据锁的id查询锁的记录 LockInf selectlinfByLockId(Integer lockId); //根据锁的lockIds查询锁的记录 List<LockInf> selectlinfByLockIds(@Param("lockIds") List<Integer> lockIds); //实时获取获取区域下所有锁的状态 List<LockInf> getRealLock(@Param("areaList") List<Integer> areaList); LockInf getlinfBylockId(Integer lockId); }