| | |
| | | import org.jeecg.common.constant.CommonConstant; |
| | | import org.jeecg.common.util.oConvertUtils; |
| | | import org.jeecg.modules.mdc.dto.EquipmentTemperatureDto; |
| | | import org.jeecg.modules.mdc.dto.MdcEquDepDto; |
| | | import org.jeecg.modules.mdc.dto.MdcEquProDto; |
| | | import org.jeecg.modules.mdc.dto.MdcEquipmentDto; |
| | | import org.jeecg.modules.mdc.entity.*; |
| | | import org.jeecg.modules.mdc.mapper.MdcEquipmentMapper; |
| | |
| | | } |
| | | |
| | | /** |
| | | * 根据产线层级查询设备单个 |
| | | * 根据产线层级查询设备单个 |
| | | */ |
| | | @Override |
| | | public MdcEquipment getEquipmentByPid(String pid, String userId) { |
| | |
| | | return null; |
| | | } |
| | | |
| | | /** |
| | | * 根据设备编号查询设备信息和部门信息 |
| | | * |
| | | * @param equipmentIdList |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<MdcEquDepDto> findEquDepList(List<String> equipmentIdList) { |
| | | return this.baseMapper.findEquDepList(equipmentIdList); |
| | | } |
| | | |
| | | /** |
| | | * 根据设备编号查询设备信息和产线信息 |
| | | * |
| | | * @param equipmentIdList |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<MdcEquProDto> findEquProList(List<String> equipmentIdList) { |
| | | return this.baseMapper.findEquProList(equipmentIdList); |
| | | } |
| | | |
| | | } |