| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | import java.util.Date; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * 加工库存表 服务实现类 |
| | |
| | | } |
| | | |
| | | @Override |
| | | public ProcessInv selectBySPId(String strainId, String processId) { |
| | | return baseMapper.selectBySPId(Long.parseLong(strainId),Long.parseLong(processId)); |
| | | public ProcessInv selectBySPId(String strainId, String processId,Long fpsId) { |
| | | return baseMapper.selectBySPId(Long.parseLong(strainId),Long.parseLong(processId),fpsId); |
| | | } |
| | | |
| | | @Override |
| | |
| | | public ProcessInvVO getLand(ProcessInv processInv) { |
| | | return baseMapper.getLand(processInv); |
| | | } |
| | | |
| | | @Override |
| | | public ProcessInv findById(String prodId) { |
| | | return baseMapper.findById(prodId); |
| | | } |
| | | |
| | | @Override |
| | | public Double statisticsStock(String year, String farmId) { |
| | | return baseMapper.statisticsStock(year,farmId); |
| | | } |
| | | } |