inspection-server/src/main/java/com/yuanchu/limslaboratory/service/impl/InspectionServiceImpl.java
@@ -254,8 +254,8 @@ insProductVo.setInstrumentName(equipmentName); } //获取用户名(前提是如果存在) if (insProduct.getUserId() != null) { String userName = userMapper.selectById(insProduct.getUserId()).getName(); if (insProduct.getUserProId() != null) { String userName = userMapper.selectById(insProduct.getUserProId()).getName(); insProductVo.setUserName(userName); } //项目关联物料id