get方法修改
This commit is contained in:
parent
790193d0c9
commit
b65bdd95bc
@ -83,8 +83,8 @@ public class MachineEnvServiceImpl extends ServiceImpl<MachineEnvMapper, Machine
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 机器ID模糊查询
|
// 机器ID模糊查询
|
||||||
if (!StringUtils.isEmpty(machineEnvDTO.getMachineInfoId())) {
|
if (!StringUtils.isEmpty(machineEnvDTO.getMachineId())) {
|
||||||
queryWrapper.like(MachineEnv::getMachineId, machineEnvDTO.getMachineInfoId());
|
queryWrapper.like(MachineEnv::getMachineId, machineEnvDTO.getMachineId());
|
||||||
}
|
}
|
||||||
|
|
||||||
// 是否敏感
|
// 是否敏感
|
||||||
|
Loading…
x
Reference in New Issue
Block a user