| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * 农产品库存服务实现类 |
| | |
| | | //返回 |
| | | return stock; |
| | | } |
| | | |
| | | @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); |
| | | } |
| | | } |