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