李宇
2021-01-14 5ef5c096c23869fff7872cf498077d6924c679b2
src/main/java/com/nanometer/smartlab/service/OpeReagentStatusServiceImpl.java
@@ -806,5 +806,10 @@
      return opeReagentStatusDao.selectReagentCodesByReId(reagentId);
   }
   @Override
   public void updateOpeReagentStatus(OpeReagentStatus opeReagentStatus) {
      opeReagentStatusDao.updateOpeReagentStatusDao(opeReagentStatus);
   }
}