| | |
| | | public List<CollectDto> getGroup1(String boxNumber,Long departmentId) { |
| | | return this.baseMapper.getGroup1(boxNumber,departmentId); |
| | | } |
| | | |
| | | @Override |
| | | public List<CollectDto> getGroup2(String boxNumber,Long departmentId) { |
| | | return this.baseMapper.getGroup2(boxNumber,departmentId); |
| | | } |
| | | @Override |
| | | public List<CollectDto> getGroup3(String boxNumber,Long departmentId,Long carId) { |
| | | return this.baseMapper.getGroup3(boxNumber,departmentId,carId); |
| | | } |
| | | /** |
| | | * 流转过程 |
| | | * |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<CollectCarTotalUpDto> carGroup(Long carId) { |
| | | return this.baseMapper.carGroup(carId); |
| | | public List<CollectCarTotalUpDto> carGroup(Long carId,String name) { |
| | | return this.baseMapper.carGroup(carId,name); |
| | | } |
| | | |
| | | /** |