| | |
| | | } |
| | | |
| | | @Override |
| | | public IPage<FarmProductStockVO> statisticsProductx(IPage<FarmProductStockVO> page, FarmProductStockVO farmProductStock) { |
| | | return page.setRecords(baseMapper.statisticsProductx(page, farmProductStock)); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public Map<String, String> selctProductCount(String year) { |
| | | return baseMapper.selctProductCount(year); |
| | | } |
| | | |
| | | @Override |
| | | public boolean stockCompare(double sale,String id) { |
| | | return baseMapper.stockCompare(sale,id); |
| | | } |
| | | @Override |
| | | public boolean stockReduce(double sale,String id) { |
| | | return baseMapper.stockReduce(sale,id); |
| | | } |
| | | } |