#
yxFwq
2024-07-28 450a5f7db7af0e0381a3c528a9ea989d820a3fbe
src/main/java/com/zy/asrs/service/BasJarMastService.java
@@ -15,15 +15,21 @@
    List<BasJarMast> getJarMastByJarIdAndStatusList(Integer jarId,List<Integer> statusList);
    List<BasJarMast> getJarMastByJarIdAndStatusListCharge(Integer jarId,List<Integer> statusList);
    List<BasJarMast> getJarMastByJarIdAndStatusListB(Integer jarId,List<Integer> statusList);
    List<BasJarMast> getJarMastByJarIdAndStatusList(Integer jarId,Integer type);
    BasJarMast getJarMastByJarIdMax(Integer jarId);
    BasJarMast getJarMastByJarIdMax(Integer jarId,Integer statusStart,Integer statusEnd);
    BasJarMast getJarMastByJarIdMaxB(Integer jarId,Integer statusStart,Integer statusEnd);
    BasJarMast getJarMastByJarIdMin(Integer jarId);
    BasJarMast getJarMastByJarIdMin(Integer jarId,Integer statusStart,Integer statusEnd);
    BasJarMast getJarMastByJarIdMinB(Integer jarId,Integer statusStart,Integer statusEnd);
    Integer getJarMastByJarIdCount(Integer jarId);