lyfO_o
2022-02-28 25eca015c9edb5a8ab3fd9d68a8fd785619c1372
src/main/java/com/nanometer/smartlab/dao/OpeReagentStatusDao.java
@@ -15,6 +15,9 @@
    @SuppressWarnings("rawtypes")
    List<OpeReagentStatus> getOpeReagentStatusList(Map params) throws DataAccessException;
    List<OpeReagentStatus> getOpeReagentStatusList22(Map params) throws DataAccessException;
    @SuppressWarnings("rawtypes")
    int getOpeReagentStatusTotalCount(Map params) throws DataAccessException;
@@ -37,7 +40,7 @@
    List<OpeReagentStatus> getOpeReagentStatusInfoList(Map params) throws DataAccessException;
    void syncOpeReagentStatus(Map params) throws DataAccessException;
    int syncOpeReagentStatus(Map params) throws DataAccessException;
    int updateOpeReagentStatusForInterface(OpeReagentStatus opeReagentStatus);
@@ -55,4 +58,11 @@
    void insertOpeReagentStatus2(OpeReagentStatus ors);
    int countReagentByArticleAndWarehouse(Map params);
    void updateArticleNumberByRCode(String code, String articleNumber);
    List<Map> selectExportList(Map params);
    OpeReagentStatus getStatus(@Param("reagentId") String reagentId,@Param("reagentCode") String reagentCode);
}