| | |
| | | |
| | | List<BasJarMast> getJarMastByJarIdAndStatusList(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); |
| | | |
| | |
| | | |
| | | Integer selectJarMastOperation(Integer jarId,Integer type); |
| | | |
| | | Integer updateStatus(Integer jarId,Integer status,Integer statusUpdate); |
| | | |
| | | } |