| | |
| | | import org.springblade.modules.farm.mapper.FarmingRecordMapper; |
| | | import org.springblade.modules.farm.service.FarmingRecordService; |
| | | import org.springblade.modules.farm.vo.FarmingRecordVO; |
| | | import org.springblade.modules.recovery.vo.RecoveryVO; |
| | | import org.springblade.modules.system.entity.DictBiz; |
| | | import org.springblade.modules.system.service.IDictBizService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | public Double selectByCount(String deptId) { |
| | | return baseMapper.selectByCount(deptId); |
| | | } |
| | | |
| | | /** |
| | | * 查询农事记录信息(种植开始起) |
| | | * @param recoveryVO 采收信息 |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<FarmingRecordVO> getFarmingRecordByFarmPlantId(RecoveryVO recoveryVO) { |
| | | return baseMapper.getFarmingRecordByFarmPlantId(recoveryVO); |
| | | } |
| | | } |