mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
系统配置新需接口更改-错误修改
This commit is contained in:
-12
@@ -400,18 +400,6 @@ public class MachineServiceImpl implements MachineService {
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public DrillRespVO getDrill(Long id) {
|
||||
MachineDO machineDO = machineMapper.selectById(id);
|
||||
if (Objects.isNull(machineDO)) {
|
||||
throw exception(MACHINE_NOT_EXISTS);
|
||||
}
|
||||
DrillRespVO respVO = Convert.convert(DrillRespVO.class, machineDO);
|
||||
Object o1 = buildResp(machineDO.getId(), DRILL_MACHINE_SETTING, DrillSettingDO.class);
|
||||
respVO.setMachineSettingDO((DrillSettingDO) o1);
|
||||
return respVO;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<MachineDO> list(Collection<Long> ids) {
|
||||
return machineMapper.selectBatchIds(ids);
|
||||
|
||||
Reference in New Issue
Block a user