get方法修改

This commit is contained in:
唐潇凯 2025-06-03 09:35:34 +08:00
parent 790193d0c9
commit b65bdd95bc

View File

@ -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());
} }
// 是否敏感 // 是否敏感