李宇
2021-07-02 5758b702aceacd76f2a1e1a63d848cd4948e99e1
src/main/java/com/nanometer/smartlab/service/OpeUseFlowService.java
@@ -24,9 +24,9 @@
   int getOpeUseFlowTotalCount(String reagentId, String reagentCode, Integer status, String userId);
   List<OpeUseFlow> getOpeUseFlowListByName(String houseName,String reagentId, String reagentCode,String containerCode, Integer status, String userId, Date startDate,Date endDate,
         Integer first, Integer pageSize);
         Integer first, Integer pageSize,String operatestate);
   int getOpeUseFlowTotalCountByName(String houseName, String reagentId, String reagentCode,String containerCode, Integer status, String userId, Date startDate,Date endDate);
   int getOpeUseFlowTotalCountByName(String houseName, String reagentId, String reagentCode,String containerCode, Integer status, String userId, Date startDate,Date endDate,String operatestate);
   boolean update(OpeUseFlow opeUseFlow);
@@ -57,4 +57,14 @@
   int getApplyInfoSize(String receiptNumber);
    int getOpeUseFlow(OpeUseFlow opeUseFlow);
    void scrapReagent(String reagentId,String reagentCode, String userId);
    OpeUseFlow selectById(String rowKey);
   OpeUseFlow selectByReceiptNumber(String receiptNumber,String userId);
    List<Map> selectAll(String houseName, String reagentId, String reagentCode, String containerCode, String userId, Date startDate, Date endDate);
   boolean export2Excel(List<Map> list) throws Exception;
}