| | |
| | | package com.zy.asrs.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.service.impl.ServiceImpl; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.core.exception.CoolException; |
| | | import com.zy.asrs.entity.BasDevp; |
| | | import com.zy.asrs.mapper.BasDevpMapper; |
| | |
| | | |
| | | @Override |
| | | public BasDevp checkSiteStatus(Integer devpNo, boolean put) { |
| | | BasDevp station = selectById(devpNo); |
| | | BasDevp station = this.baseMapper.selectById(devpNo); |
| | | if (station == null){ |
| | | throw new CoolException(devpNo+"站点不存在"); |
| | | } |