| | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.ruoyi.common.core.domain.entity.SysDept; |
| | | import com.ruoyi.sy.domain.ArdAccessFence; |
| | | import com.ruoyi.sy.domain.ArdSyCar; |
| | | import com.ruoyi.sy.domain.ArdSyCarLock; |
| | | import com.ruoyi.sy.domain.ArdSyCarRtu; |
| | | import com.ruoyi.sy.mapper.ArdAccessFenceMapper; |
| | | import com.ruoyi.sy.mapper.ArdSyCarLockMapper; |
| | | import com.ruoyi.sy.mapper.ArdSyCarMapper; |
| | | import com.ruoyi.sy.mapper.ArdSyCarRtuMapper; |
| | |
| | | private ArdSyCarRtuMapper rtuMapper; |
| | | @Autowired |
| | | private ArdSyCarLockMapper lockMapper; |
| | | |
| | | |
| | | @Override |
| | | public List<CarVo> car() { |
| | |
| | | return ardSyCarMapper.updateById(ardSyCar); |
| | | } |
| | | |
| | | |
| | | public List<CarVo> carAnalysis(List<ArdSyCar> ardSyCars){ |
| | | List<CarVo> list = new ArrayList<>(); |
| | | for (int i = 0; i < ardSyCars.size(); i++) { |