lyfO_o
2021-06-16 0b0d7c1efa03ba43ccd21f9b89b1b7f359db7961
src/main/java/com/nanometer/smartlab/service/OpeApplyService.java
@@ -55,9 +55,9 @@
   int getOpeApplyReserveTotalCountByName(String id,String reagentName, String personName);
   List<OpeApplyReserve> getOpeApplyReserveListByName(String id,String reagentName, String personName, Integer first,
         Integer pageSize);
    int getOpeApplyReserveTotalCountByNameFor(String id,String reagentName, String personName,String productSn,String applyCode,Integer status,Integer isAllApply);
    int getOpeApplyReserveTotalCountByNameFor(String id,String reagentName, String personName,String productSn,String applyCode,Integer status,Integer isAllApply,boolean isExpired);
    List<OpeApplyReserve> getOpeApplyReserveListByNameFor(String id,String reagentName, String personName, Integer first,
                                                       Integer pageSize,String productSn,String applyCode,Integer status,Integer isAllApply);
                                                       Integer pageSize,String productSn,String applyCode,Integer status,Integer isAllApply,boolean isExpired);
   public boolean updaetOpeApplyPrice(BigDecimal applyPrice,String id);
   public boolean updaetOpeApplyStockFlag(int stockFlag,String id);
   public boolean cancelApply(ApplyStatus status,String id);